package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "_from": "babel-plugin-transform-es2015-block-scoped-functions@^6.22.0",
  3. "_id": "babel-plugin-transform-es2015-block-scoped-functions@6.22.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=",
  6. "_location": "/babel-plugin-transform-es2015-block-scoped-functions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-plugin-transform-es2015-block-scoped-functions@^6.22.0",
  12. "name": "babel-plugin-transform-es2015-block-scoped-functions",
  13. "escapedName": "babel-plugin-transform-es2015-block-scoped-functions",
  14. "rawSpec": "^6.22.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.22.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-preset-es2015"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/babel-plugin-transform-es2015-block-scoped-functions/download/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz",
  22. "_shasum": "bbc51b49f964d70cb8d8e0b94e820246ce3a6141",
  23. "_spec": "babel-plugin-transform-es2015-block-scoped-functions@^6.22.0",
  24. "_where": "C:\\code\\FED\\fortnite\\web\\1807-工具页面\\node_modules\\babel-preset-es2015",
  25. "bundleDependencies": false,
  26. "dependencies": {
  27. "babel-runtime": "^6.22.0"
  28. },
  29. "deprecated": false,
  30. "description": "Babel plugin to ensure function declarations at the block level are block scoped",
  31. "devDependencies": {
  32. "babel-helper-plugin-test-runner": "^6.22.0"
  33. },
  34. "keywords": [
  35. "babel-plugin"
  36. ],
  37. "license": "MIT",
  38. "main": "lib/index.js",
  39. "name": "babel-plugin-transform-es2015-block-scoped-functions",
  40. "repository": {
  41. "type": "git",
  42. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoped-functions"
  43. },
  44. "version": "6.22.0"
  45. }