package.json 1.7 KB

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