package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-replace-supers@7.16.7",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-replace-supers@7.16.7",
  10. "_id": "@babel/helper-replace-supers@7.16.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==",
  13. "_location": "/@babel/helper-replace-supers",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-replace-supers@7.16.7",
  19. "name": "@babel/helper-replace-supers",
  20. "escapedName": "@babel%2fhelper-replace-supers",
  21. "scope": "@babel",
  22. "rawSpec": "7.16.7",
  23. "saveSpec": null,
  24. "fetchSpec": "7.16.7"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-create-class-features-plugin",
  28. "/@babel/plugin-proposal-decorators",
  29. "/@babel/plugin-transform-classes",
  30. "/@babel/plugin-transform-object-super"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz",
  33. "_spec": "7.16.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/helper-environment-visitor": "^7.16.7",
  44. "@babel/helper-member-expression-to-functions": "^7.16.7",
  45. "@babel/helper-optimise-call-expression": "^7.16.7",
  46. "@babel/traverse": "^7.16.7",
  47. "@babel/types": "^7.16.7"
  48. },
  49. "description": "Helper function to replace supers",
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers",
  54. "license": "MIT",
  55. "main": "./lib/index.js",
  56. "name": "@babel/helper-replace-supers",
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/babel/babel.git",
  63. "directory": "packages/babel-helper-replace-supers"
  64. },
  65. "version": "7.16.7"
  66. }