package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "babel-types@^6.26.0",
  3. "_id": "babel-types@6.26.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=",
  6. "_location": "/babel-types",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-types@^6.26.0",
  12. "name": "babel-types",
  13. "escapedName": "babel-types",
  14. "rawSpec": "^6.26.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.26.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-generator",
  20. "/babel-jest/istanbul-lib-instrument",
  21. "/babel-plugin-transform-es2015-modules-commonjs",
  22. "/babel-plugin-transform-strict-mode",
  23. "/babel-template",
  24. "/babel-traverse"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz",
  27. "_shasum": "a3b073f94ab49eb6fa55cd65227a334380632497",
  28. "_spec": "babel-types@^6.26.0",
  29. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\babel-plugin-transform-es2015-modules-commonjs",
  30. "author": {
  31. "name": "Sebastian McKenzie",
  32. "email": "sebmck@gmail.com"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "babel-runtime": "^6.26.0",
  37. "esutils": "^2.0.2",
  38. "lodash": "^4.17.4",
  39. "to-fast-properties": "^1.0.3"
  40. },
  41. "deprecated": false,
  42. "description": "Babel Types is a Lodash-esque utility library for AST nodes",
  43. "devDependencies": {
  44. "babel-generator": "^6.26.0",
  45. "babylon": "^6.18.0"
  46. },
  47. "homepage": "https://babeljs.io/",
  48. "license": "MIT",
  49. "main": "lib/index.js",
  50. "name": "babel-types",
  51. "repository": {
  52. "type": "git",
  53. "url": "https://github.com/babel/babel/tree/master/packages/babel-types"
  54. },
  55. "version": "6.26.0"
  56. }