package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "babel-plugin-transform-es2015-block-scoping@^6.24.1",
  3. "_id": "babel-plugin-transform-es2015-block-scoping@6.26.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YiN6sFAQ5lML8JjCmr7uerS5Yc/EMbgg9G8ZNmk2E3nYX4ckHR01wrkeeMijEf5WHNK5TW0Sl0Uu3pv3EdOJWw==",
  6. "_location": "/babel-plugin-transform-es2015-block-scoping",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-plugin-transform-es2015-block-scoping@^6.24.1",
  12. "name": "babel-plugin-transform-es2015-block-scoping",
  13. "escapedName": "babel-plugin-transform-es2015-block-scoping",
  14. "rawSpec": "^6.24.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.24.1"
  17. },
  18. "_requiredBy": [
  19. "/babel-preset-es2015"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz",
  22. "_shasum": "d70f5299c1308d05c12f463813b0a09e73b1895f",
  23. "_spec": "babel-plugin-transform-es2015-block-scoping@^6.24.1",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/babel-preset-es2015",
  25. "bundleDependencies": false,
  26. "dependencies": {
  27. "babel-runtime": "^6.26.0",
  28. "babel-template": "^6.26.0",
  29. "babel-traverse": "^6.26.0",
  30. "babel-types": "^6.26.0",
  31. "lodash": "^4.17.4"
  32. },
  33. "deprecated": false,
  34. "description": "Compile ES2015 block scoping (const and let) to ES5",
  35. "devDependencies": {
  36. "babel-helper-plugin-test-runner": "^6.24.1"
  37. },
  38. "keywords": [
  39. "babel-plugin"
  40. ],
  41. "license": "MIT",
  42. "main": "lib/index.js",
  43. "name": "babel-plugin-transform-es2015-block-scoping",
  44. "repository": {
  45. "type": "git",
  46. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping"
  47. },
  48. "version": "6.26.0"
  49. }