package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "@babel/traverse@7.4.5",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/traverse@7.4.5",
  10. "_id": "@babel/traverse@7.4.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-TpLRco/S8Yl9r90yHvv/khVsMhY=",
  13. "_location": "/@babel/traverse",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/traverse@7.4.5",
  19. "name": "@babel/traverse",
  20. "escapedName": "@babel%2ftraverse",
  21. "scope": "@babel",
  22. "rawSpec": "7.4.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.4.5"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/helper-call-delegate",
  29. "/@babel/helper-explode-assignable-expression",
  30. "/@babel/helper-remap-async-to-generator",
  31. "/@babel/helper-replace-supers",
  32. "/@babel/helper-wrap-function",
  33. "/@babel/helpers"
  34. ],
  35. "_resolved": "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.4.5.tgz",
  36. "_spec": "7.4.5",
  37. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  38. "author": {
  39. "name": "Sebastian McKenzie",
  40. "email": "sebmck@gmail.com"
  41. },
  42. "dependencies": {
  43. "@babel/code-frame": "^7.0.0",
  44. "@babel/generator": "^7.4.4",
  45. "@babel/helper-function-name": "^7.1.0",
  46. "@babel/helper-split-export-declaration": "^7.4.4",
  47. "@babel/parser": "^7.4.5",
  48. "@babel/types": "^7.4.4",
  49. "debug": "^4.1.0",
  50. "globals": "^11.1.0",
  51. "lodash": "^4.17.11"
  52. },
  53. "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  54. "devDependencies": {
  55. "@babel/helper-plugin-test-runner": "^7.0.0"
  56. },
  57. "gitHead": "33ab4f166117e2380de3955a0842985f578b01b8",
  58. "homepage": "https://babeljs.io/",
  59. "license": "MIT",
  60. "main": "lib/index.js",
  61. "name": "@babel/traverse",
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "https://github.com/babel/babel/tree/master/packages/babel-traverse"
  68. },
  69. "version": "7.4.5"
  70. }