package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@babel/helper-split-export-declaration@^7.14.5",
  3. "_id": "@babel/helper-split-export-declaration@7.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==",
  6. "_location": "/@babel/helper-split-export-declaration",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-split-export-declaration@^7.14.5",
  12. "name": "@babel/helper-split-export-declaration",
  13. "escapedName": "@babel%2fhelper-split-export-declaration",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.5"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-create-class-features-plugin",
  21. "/@babel/helper-module-transforms",
  22. "/@babel/plugin-transform-classes",
  23. "/@babel/traverse"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz",
  26. "_shasum": "22b23a54ef51c2b7605d851930c1976dd0bc693a",
  27. "_spec": "@babel/helper-split-export-declaration@^7.14.5",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\helper-module-transforms",
  29. "author": {
  30. "name": "The Babel Team",
  31. "url": "https://babel.dev/team"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@babel/types": "^7.14.5"
  39. },
  40. "deprecated": false,
  41. "description": ">",
  42. "engines": {
  43. "node": ">=6.9.0"
  44. },
  45. "homepage": "https://babel.dev/docs/en/next/babel-helper-split-export-declaration",
  46. "license": "MIT",
  47. "main": "./lib/index.js",
  48. "name": "@babel/helper-split-export-declaration",
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/babel/babel.git",
  55. "directory": "packages/babel-helper-split-export-declaration"
  56. },
  57. "version": "7.14.5"
  58. }