package.json 815 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "globals",
  3. "version": "9.18.0",
  4. "description": "Global identifiers from different JavaScript environments",
  5. "license": "MIT",
  6. "repository": "sindresorhus/globals",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "http://sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "mocha"
  17. },
  18. "files": [
  19. "index.js",
  20. "globals.json"
  21. ],
  22. "keywords": [
  23. "globals",
  24. "global",
  25. "identifiers",
  26. "variables",
  27. "vars",
  28. "jshint",
  29. "eslint",
  30. "environments"
  31. ],
  32. "devDependencies": {
  33. "mocha": "*"
  34. },
  35. "__npminstall_done": "Mon May 18 2020 19:19:03 GMT+0800 (CST)",
  36. "_from": "globals@9.18.0",
  37. "_resolved": "https://registry.npm.taobao.org/globals/download/globals-9.18.0.tgz"
  38. }