package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "/espree"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
  22. "_shasum": "feaed255973d2e77555b83dbc08851a6c63520fa",
  23. "_spec": "acorn@^7.4.0",
  24. "_where": "/home/girishm/Projects/op-mattermost-plugin/node_modules/espree",
  25. "bin": {
  26. "acorn": "bin/acorn"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/acornjs/acorn/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "ECMAScript parser",
  34. "engines": {
  35. "node": ">=0.4.0"
  36. },
  37. "homepage": "https://github.com/acornjs/acorn",
  38. "license": "MIT",
  39. "main": "dist/acorn.js",
  40. "maintainers": [
  41. {
  42. "name": "Marijn Haverbeke",
  43. "email": "marijnh@gmail.com",
  44. "url": "https://marijnhaverbeke.nl"
  45. },
  46. {
  47. "name": "Ingvar Stepanyan",
  48. "email": "me@rreverser.com",
  49. "url": "https://rreverser.com/"
  50. },
  51. {
  52. "name": "Adrian Heine",
  53. "url": "http://adrianheine.de"
  54. }
  55. ],
  56. "module": "dist/acorn.mjs",
  57. "name": "acorn",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/acornjs/acorn.git"
  61. },
  62. "scripts": {
  63. "prepare": "cd ..; npm run build:main && npm run build:bin"
  64. },
  65. "types": "dist/acorn.d.ts",
  66. "version": "7.4.1"
  67. }