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.

68 lines
1.7 KiB

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