package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "acorn-walk@6.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/acorn-globals",
  28. "/webpack-bundle-analyzer"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/acorn-walk/download/acorn-walk-6.1.1.tgz",
  31. "_spec": "6.1.1",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "bugs": {
  34. "url": "https://github.com/acornjs/acorn/issues"
  35. },
  36. "description": "ECMAScript (ESTree) AST walker",
  37. "engines": {
  38. "node": ">=0.4.0"
  39. },
  40. "homepage": "https://github.com/acornjs/acorn",
  41. "license": "MIT",
  42. "main": "dist/walk.js",
  43. "maintainers": [
  44. {
  45. "name": "Marijn Haverbeke",
  46. "email": "marijnh@gmail.com",
  47. "url": "https://marijnhaverbeke.nl"
  48. },
  49. {
  50. "name": "Ingvar Stepanyan",
  51. "email": "me@rreverser.com",
  52. "url": "https://rreverser.com/"
  53. },
  54. {
  55. "name": "Adrian Heine",
  56. "url": "http://adrianheine.de"
  57. }
  58. ],
  59. "module": "dist/walk.mjs",
  60. "name": "acorn-walk",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/acornjs/acorn.git"
  64. },
  65. "scripts": {
  66. "prepare": "cd ..; npm run build:walk"
  67. },
  68. "version": "6.1.1"
  69. }