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.

64 lines
1.7 KiB

  1. {
  2. "_from": "acorn-walk@^7.1.1",
  3. "_id": "acorn-walk@7.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
  6. "_location": "/acorn-walk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "acorn-walk@^7.1.1",
  12. "name": "acorn-walk",
  13. "escapedName": "acorn-walk",
  14. "rawSpec": "^7.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.1"
  17. },
  18. "_requiredBy": [
  19. "/acorn-globals"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
  22. "_shasum": "0de889a601203909b0fbe07b8938dc21d2e967bc",
  23. "_spec": "acorn-walk@^7.1.1",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/acorn-globals",
  25. "bugs": {
  26. "url": "https://github.com/acornjs/acorn/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "ECMAScript (ESTree) AST walker",
  31. "engines": {
  32. "node": ">=0.4.0"
  33. },
  34. "homepage": "https://github.com/acornjs/acorn",
  35. "license": "MIT",
  36. "main": "dist/walk.js",
  37. "maintainers": [
  38. {
  39. "name": "Marijn Haverbeke",
  40. "email": "marijnh@gmail.com",
  41. "url": "https://marijnhaverbeke.nl"
  42. },
  43. {
  44. "name": "Ingvar Stepanyan",
  45. "email": "me@rreverser.com",
  46. "url": "https://rreverser.com/"
  47. },
  48. {
  49. "name": "Adrian Heine",
  50. "url": "http://adrianheine.de"
  51. }
  52. ],
  53. "module": "dist/walk.mjs",
  54. "name": "acorn-walk",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/acornjs/acorn.git"
  58. },
  59. "scripts": {
  60. "prepare": "cd ..; npm run build:walk"
  61. },
  62. "types": "dist/walk.d.ts",
  63. "version": "7.2.0"
  64. }