You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.6 KiB

  1. {
  2. "_from": "acorn-globals@^6.0.0",
  3. "_id": "acorn-globals@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
  6. "_location": "/acorn-globals",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "acorn-globals@^6.0.0",
  12. "name": "acorn-globals",
  13. "escapedName": "acorn-globals",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
  22. "_shasum": "46cdd39f0f8ff08a876619b55f5ac8a6dc770b45",
  23. "_spec": "acorn-globals@^6.0.0",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/jsdom",
  25. "author": {
  26. "name": "ForbesLindesay"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ForbesLindesay/acorn-globals/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "acorn": "^7.1.1",
  34. "acorn-walk": "^7.1.1"
  35. },
  36. "deprecated": false,
  37. "description": "Detect global variables in JavaScript using acorn",
  38. "devDependencies": {
  39. "testit": "^3.1.0"
  40. },
  41. "files": [
  42. "index.js",
  43. "LICENSE"
  44. ],
  45. "homepage": "https://github.com/ForbesLindesay/acorn-globals#readme",
  46. "keywords": [
  47. "ast",
  48. "variable",
  49. "name",
  50. "lexical",
  51. "scope",
  52. "local",
  53. "global",
  54. "implicit"
  55. ],
  56. "license": "MIT",
  57. "name": "acorn-globals",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/ForbesLindesay/acorn-globals.git"
  61. },
  62. "scripts": {
  63. "test": "node test"
  64. },
  65. "version": "6.0.0"
  66. }