package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "acorn-walk@6.1.1",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "acorn-walk@6.1.1",
  10. "_id": "acorn-walk@6.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-02O2b1+sXwGP+cOh57b44xDMORM=",
  13. "_location": "/acorn-walk",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "acorn-walk@6.1.1",
  19. "name": "acorn-walk",
  20. "escapedName": "acorn-walk",
  21. "rawSpec": "6.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "6.1.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service",
  27. "/webpack-bundle-analyzer"
  28. ],
  29. "_resolved": "http://registry.npm.taobao.org/acorn-walk/download/acorn-walk-6.1.1.tgz",
  30. "_spec": "6.1.1",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  32. "bugs": {
  33. "url": "https://github.com/acornjs/acorn/issues"
  34. },
  35. "description": "ECMAScript (ESTree) AST walker",
  36. "engines": {
  37. "node": ">=0.4.0"
  38. },
  39. "homepage": "https://github.com/acornjs/acorn",
  40. "license": "MIT",
  41. "main": "dist/walk.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/walk.mjs",
  59. "name": "acorn-walk",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/acornjs/acorn.git"
  63. },
  64. "scripts": {
  65. "prepare": "cd ..; npm run build:walk"
  66. },
  67. "version": "6.1.1"
  68. }