package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "acorn@6.4.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "acorn@6.4.2",
  10. "_id": "acorn@6.4.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NYZv1xBSjpLeEM8GAWSY5H454eY=",
  13. "_location": "/acorn",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "acorn@6.4.2",
  19. "name": "acorn",
  20. "escapedName": "acorn",
  21. "rawSpec": "6.4.2",
  22. "saveSpec": null,
  23. "fetchSpec": "6.4.2"
  24. },
  25. "_requiredBy": [
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.nlark.com/acorn/download/acorn-6.4.2.tgz?cache=0&sync_timestamp=1630916608300&other_urls=https%3A%2F%2Fregistry.nlark.com%2Facorn%2Fdownload%2Facorn-6.4.2.tgz",
  29. "_spec": "6.4.2",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "bin": {
  32. "acorn": "bin/acorn"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/acornjs/acorn/issues"
  36. },
  37. "description": "ECMAScript parser",
  38. "engines": {
  39. "node": ">=0.4.0"
  40. },
  41. "homepage": "https://github.com/acornjs/acorn",
  42. "license": "MIT",
  43. "main": "dist/acorn.js",
  44. "maintainers": [
  45. {
  46. "name": "Marijn Haverbeke",
  47. "email": "marijnh@gmail.com",
  48. "url": "https://marijnhaverbeke.nl"
  49. },
  50. {
  51. "name": "Ingvar Stepanyan",
  52. "email": "me@rreverser.com",
  53. "url": "https://rreverser.com/"
  54. },
  55. {
  56. "name": "Adrian Heine",
  57. "url": "http://adrianheine.de"
  58. }
  59. ],
  60. "module": "dist/acorn.mjs",
  61. "name": "acorn",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/acornjs/acorn.git"
  65. },
  66. "scripts": {
  67. "prepare": "cd ..; npm run build:main && npm run build:bin"
  68. },
  69. "version": "6.4.2"
  70. }