package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "globals@9.18.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "globals@9.18.0",
  10. "_id": "globals@9.18.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==",
  13. "_location": "/globals",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "globals@9.18.0",
  19. "name": "globals",
  20. "escapedName": "globals",
  21. "rawSpec": "9.18.0",
  22. "saveSpec": null,
  23. "fetchSpec": "9.18.0"
  24. },
  25. "_requiredBy": [
  26. "/babel-traverse"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz",
  29. "_spec": "9.18.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "http://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/globals/issues"
  38. },
  39. "description": "Global identifiers from different JavaScript environments",
  40. "devDependencies": {
  41. "mocha": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js",
  48. "globals.json"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/globals#readme",
  51. "keywords": [
  52. "globals",
  53. "global",
  54. "identifiers",
  55. "variables",
  56. "vars",
  57. "jshint",
  58. "eslint",
  59. "environments"
  60. ],
  61. "license": "MIT",
  62. "name": "globals",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/globals.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "version": "9.18.0"
  71. }