package.json 1.6 KB

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