package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "@babel/traverse@7.12.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/traverse@7.12.1",
  10. "_id": "@babel/traverse@7.12.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-lBOV4MXMhtXT51yqCV05JFJvDB4=",
  13. "_location": "/@babel/traverse",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/traverse@7.12.1",
  19. "name": "@babel/traverse",
  20. "escapedName": "@babel%2ftraverse",
  21. "scope": "@babel",
  22. "rawSpec": "7.12.1",
  23. "saveSpec": null,
  24. "fetchSpec": "7.12.1"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/helper-module-transforms",
  29. "/@babel/helper-replace-supers",
  30. "/@babel/helper-wrap-function",
  31. "/@babel/helpers",
  32. "/@vue/babel-plugin-jsx",
  33. "/babel-eslint"
  34. ],
  35. "_resolved": "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.12.1.tgz?cache=0&sync_timestamp=1602799992154&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.12.1.tgz",
  36. "_spec": "7.12.1",
  37. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  38. "author": {
  39. "name": "Sebastian McKenzie",
  40. "email": "sebmck@gmail.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/babel/babel/issues"
  44. },
  45. "dependencies": {
  46. "@babel/code-frame": "^7.10.4",
  47. "@babel/generator": "^7.12.1",
  48. "@babel/helper-function-name": "^7.10.4",
  49. "@babel/helper-split-export-declaration": "^7.11.0",
  50. "@babel/parser": "^7.12.1",
  51. "@babel/types": "^7.12.1",
  52. "debug": "^4.1.0",
  53. "globals": "^11.1.0",
  54. "lodash": "^4.17.19"
  55. },
  56. "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  57. "devDependencies": {
  58. "@babel/helper-plugin-test-runner": "7.10.4"
  59. },
  60. "homepage": "https://babeljs.io/",
  61. "license": "MIT",
  62. "main": "lib/index.js",
  63. "name": "@babel/traverse",
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/babel/babel.git",
  70. "directory": "packages/babel-traverse"
  71. },
  72. "version": "7.12.1"
  73. }