package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "babel-traverse@^6.26.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/babel-plugin-transform-es2015-block-scoping"
  6. ]
  7. ],
  8. "_from": "babel-traverse@>=6.26.0 <7.0.0",
  9. "_id": "babel-traverse@6.26.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/babel-traverse",
  13. "_nodeVersion": "6.9.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/babel-traverse-6.26.0.tgz_1502898856222_0.6180560656357557"
  17. },
  18. "_npmUser": {
  19. "email": "hi@henryzoo.com",
  20. "name": "hzoo"
  21. },
  22. "_npmVersion": "4.6.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "babel-traverse",
  26. "raw": "babel-traverse@^6.26.0",
  27. "rawSpec": "^6.26.0",
  28. "scope": null,
  29. "spec": ">=6.26.0 <7.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/babel-core",
  34. "/babel-helper-bindify-decorators",
  35. "/babel-helper-call-delegate",
  36. "/babel-helper-explode-assignable-expression",
  37. "/babel-helper-explode-class",
  38. "/babel-helper-function-name",
  39. "/babel-helper-remap-async-to-generator",
  40. "/babel-helper-replace-supers",
  41. "/babel-plugin-transform-es2015-block-scoping",
  42. "/babel-plugin-transform-es2015-classes",
  43. "/babel-plugin-transform-es2015-parameters",
  44. "/babel-template"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz",
  47. "_shasum": "46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee",
  48. "_shrinkwrap": null,
  49. "_spec": "babel-traverse@^6.26.0",
  50. "_where": "/home/seleznev/project Angular/Quality system/node_modules/babel-plugin-transform-es2015-block-scoping",
  51. "author": {
  52. "email": "sebmck@gmail.com",
  53. "name": "Sebastian McKenzie"
  54. },
  55. "dependencies": {
  56. "babel-code-frame": "^6.26.0",
  57. "babel-messages": "^6.23.0",
  58. "babel-runtime": "^6.26.0",
  59. "babel-types": "^6.26.0",
  60. "babylon": "^6.18.0",
  61. "debug": "^2.6.8",
  62. "globals": "^9.18.0",
  63. "invariant": "^2.2.2",
  64. "lodash": "^4.17.4"
  65. },
  66. "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  67. "devDependencies": {
  68. "babel-generator": "^6.26.0"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee",
  73. "tarball": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz"
  74. },
  75. "homepage": "https://babeljs.io/",
  76. "license": "MIT",
  77. "main": "lib/index.js",
  78. "maintainers": [
  79. {
  80. "name": "thejameskyle",
  81. "email": "me@thejameskyle.com"
  82. },
  83. {
  84. "name": "sebmck",
  85. "email": "sebmck@gmail.com"
  86. },
  87. {
  88. "name": "danez",
  89. "email": "daniel@tschinder.de"
  90. },
  91. {
  92. "name": "hzoo",
  93. "email": "hi@henryzoo.com"
  94. },
  95. {
  96. "name": "loganfsmyth",
  97. "email": "loganfsmyth@gmail.com"
  98. }
  99. ],
  100. "name": "babel-traverse",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "https://github.com/babel/babel/tree/master/packages/babel-traverse"
  106. },
  107. "scripts": {},
  108. "version": "6.26.0"
  109. }