package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-compilation-targets@7.17.7",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-compilation-targets@7.17.7",
  10. "_id": "@babel/helper-compilation-targets@7.17.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==",
  13. "_location": "/@babel/helper-compilation-targets",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-compilation-targets@7.17.7",
  19. "name": "@babel/helper-compilation-targets",
  20. "escapedName": "@babel%2fhelper-compilation-targets",
  21. "scope": "@babel",
  22. "rawSpec": "7.17.7",
  23. "saveSpec": null,
  24. "fetchSpec": "7.17.7"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/helper-define-polyfill-provider",
  29. "/@babel/plugin-proposal-object-rest-spread",
  30. "/@babel/plugin-transform-function-name"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz",
  33. "_spec": "7.17.7",
  34. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  35. "author": {
  36. "name": "The Babel Team",
  37. "url": "https://babel.dev/team"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/babel/babel/issues"
  41. },
  42. "dependencies": {
  43. "@babel/compat-data": "^7.17.7",
  44. "@babel/helper-validator-option": "^7.16.7",
  45. "browserslist": "^4.17.5",
  46. "semver": "^6.3.0"
  47. },
  48. "description": "Helper functions on Babel compilation targets",
  49. "devDependencies": {
  50. "@babel/core": "^7.17.7",
  51. "@babel/helper-plugin-test-runner": "^7.16.7",
  52. "@types/semver": "^5.5.0"
  53. },
  54. "engines": {
  55. "node": ">=6.9.0"
  56. },
  57. "exports": {
  58. ".": "./lib/index.js",
  59. "./package.json": "./package.json"
  60. },
  61. "homepage": "https://github.com/babel/babel#readme",
  62. "keywords": [
  63. "babel",
  64. "babel-plugin"
  65. ],
  66. "license": "MIT",
  67. "main": "./lib/index.js",
  68. "name": "@babel/helper-compilation-targets",
  69. "peerDependencies": {
  70. "@babel/core": "^7.0.0"
  71. },
  72. "publishConfig": {
  73. "access": "public"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/babel/babel.git",
  78. "directory": "packages/babel-helper-compilation-targets"
  79. },
  80. "version": "7.17.7"
  81. }