Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "@babel/plugin-transform-block-scoped-functions@^7.2.0",
  3. "_id": "@babel/plugin-transform-block-scoped-functions@7.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==",
  6. "_location": "/@babel/plugin-transform-block-scoped-functions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-block-scoped-functions@^7.2.0",
  12. "name": "@babel/plugin-transform-block-scoped-functions",
  13. "escapedName": "@babel%2fplugin-transform-block-scoped-functions",
  14. "scope": "@babel",
  15. "rawSpec": "^7.2.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.2.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz",
  23. "_shasum": "5d3cc11e8d5ddd752aa64c9148d0db6cb79fd190",
  24. "_spec": "@babel/plugin-transform-block-scoped-functions@^7.2.0",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/@babel/preset-env",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@babel/helper-plugin-utils": "^7.0.0"
  29. },
  30. "deprecated": false,
  31. "description": "Babel plugin to ensure function declarations at the block level are block scoped",
  32. "devDependencies": {
  33. "@babel/core": "^7.2.0",
  34. "@babel/helper-plugin-test-runner": "^7.0.0"
  35. },
  36. "keywords": [
  37. "babel-plugin"
  38. ],
  39. "license": "MIT",
  40. "main": "lib/index.js",
  41. "name": "@babel/plugin-transform-block-scoped-functions",
  42. "peerDependencies": {
  43. "@babel/core": "^7.0.0-0"
  44. },
  45. "publishConfig": {
  46. "access": "public"
  47. },
  48. "repository": {
  49. "type": "git",
  50. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoped-functions"
  51. },
  52. "version": "7.2.0"
  53. }