package.json 1.5 KB

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