package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "acorn-globals@4.3.4",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "acorn-globals@4.3.4",
  10. "_id": "acorn-globals@4.3.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==",
  13. "_location": "/acorn-globals",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "acorn-globals@4.3.4",
  19. "name": "acorn-globals",
  20. "escapedName": "acorn-globals",
  21. "rawSpec": "4.3.4",
  22. "saveSpec": null,
  23. "fetchSpec": "4.3.4"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/jsdom",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz",
  30. "_spec": "4.3.4",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "author": {
  33. "name": "ForbesLindesay"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/ForbesLindesay/acorn-globals/issues"
  37. },
  38. "dependencies": {
  39. "acorn": "^6.0.1",
  40. "acorn-walk": "^6.0.1"
  41. },
  42. "description": "Detect global variables in JavaScript using acorn",
  43. "devDependencies": {
  44. "testit": "^3.0.0"
  45. },
  46. "files": [
  47. "index.js",
  48. "LICENSE"
  49. ],
  50. "homepage": "https://github.com/ForbesLindesay/acorn-globals#readme",
  51. "keywords": [
  52. "ast",
  53. "variable",
  54. "name",
  55. "lexical",
  56. "scope",
  57. "local",
  58. "global",
  59. "implicit"
  60. ],
  61. "license": "MIT",
  62. "name": "acorn-globals",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/ForbesLindesay/acorn-globals.git"
  66. },
  67. "scripts": {
  68. "test": "node test"
  69. },
  70. "version": "4.3.4"
  71. }