package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@babel/traverse@^7.5.0",
  3. "_id": "@babel/[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg==",
  6. "_location": "/@babel/traverse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/traverse@^7.5.0",
  12. "name": "@babel/traverse",
  13. "escapedName": "@babel%2ftraverse",
  14. "scope": "@babel",
  15. "rawSpec": "^7.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/helpers"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.5.0.tgz",
  24. "_shasum": "4216d6586854ef5c3c4592dab56ec7eb78485485",
  25. "_spec": "@babel/traverse@^7.5.0",
  26. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/core",
  27. "author": {
  28. "name": "Sebastian McKenzie",
  29. "email": "[email protected]"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@babel/code-frame": "^7.0.0",
  34. "@babel/generator": "^7.5.0",
  35. "@babel/helper-function-name": "^7.1.0",
  36. "@babel/helper-split-export-declaration": "^7.4.4",
  37. "@babel/parser": "^7.5.0",
  38. "@babel/types": "^7.5.0",
  39. "debug": "^4.1.0",
  40. "globals": "^11.1.0",
  41. "lodash": "^4.17.11"
  42. },
  43. "deprecated": false,
  44. "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  45. "devDependencies": {
  46. "@babel/helper-plugin-test-runner": "^7.0.0"
  47. },
  48. "gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4",
  49. "homepage": "https://babeljs.io/",
  50. "license": "MIT",
  51. "main": "lib/index.js",
  52. "name": "@babel/traverse",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "https://github.com/babel/babel/tree/master/packages/babel-traverse"
  59. },
  60. "version": "7.5.0"
  61. }