package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@babel/traverse@^7.9.0",
  3. "_id": "@babel/traverse@7.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w==",
  6. "_location": "/@babel/traverse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/traverse@^7.9.0",
  12. "name": "@babel/traverse",
  13. "escapedName": "@babel%2ftraverse",
  14. "scope": "@babel",
  15. "rawSpec": "^7.9.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.9.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/helper-explode-assignable-expression",
  22. "/@babel/helper-remap-async-to-generator",
  23. "/@babel/helper-replace-supers",
  24. "/@babel/helper-wrap-function",
  25. "/@babel/helpers"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.0.tgz",
  28. "_shasum": "d3882c2830e513f4fe4cec9fe76ea1cc78747892",
  29. "_spec": "@babel/traverse@^7.9.0",
  30. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\core",
  31. "author": {
  32. "name": "Sebastian McKenzie",
  33. "email": "sebmck@gmail.com"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@babel/code-frame": "^7.8.3",
  38. "@babel/generator": "^7.9.0",
  39. "@babel/helper-function-name": "^7.8.3",
  40. "@babel/helper-split-export-declaration": "^7.8.3",
  41. "@babel/parser": "^7.9.0",
  42. "@babel/types": "^7.9.0",
  43. "debug": "^4.1.0",
  44. "globals": "^11.1.0",
  45. "lodash": "^4.17.13"
  46. },
  47. "deprecated": false,
  48. "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  49. "devDependencies": {
  50. "@babel/helper-plugin-test-runner": "^7.8.3"
  51. },
  52. "gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02",
  53. "homepage": "https://babeljs.io/",
  54. "license": "MIT",
  55. "main": "lib/index.js",
  56. "name": "@babel/traverse",
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "https://github.com/babel/babel/tree/master/packages/babel-traverse"
  63. },
  64. "version": "7.9.0"
  65. }