package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@babel/plugin-syntax-private-property-in-object@^7.14.0",
  3. "_id": "@babel/plugin-syntax-private-property-in-object@7.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-dipLq+xhF2/sbIhIDexANysUDAs=",
  6. "_location": "/@babel/plugin-syntax-private-property-in-object",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-syntax-private-property-in-object@^7.14.0",
  12. "name": "@babel/plugin-syntax-private-property-in-object",
  13. "escapedName": "@babel%2fplugin-syntax-private-property-in-object",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-proposal-private-property-in-object",
  21. "/@babel/preset-env"
  22. ],
  23. "_resolved": "https://registry.nlark.com/@babel/plugin-syntax-private-property-in-object/download/@babel/plugin-syntax-private-property-in-object-7.14.0.tgz",
  24. "_shasum": "762a4babec61176fec6c88480dec40372b140c0b",
  25. "_spec": "@babel/plugin-syntax-private-property-in-object@^7.14.0",
  26. "_where": "D:\\朗通信息\\icssDService\\node_modules\\@babel\\preset-env",
  27. "bugs": {
  28. "url": "https://github.com/babel/babel/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/helper-plugin-utils": "^7.13.0"
  33. },
  34. "deprecated": false,
  35. "description": "Allow parsing of '#foo in obj' brand checks",
  36. "exports": {
  37. ".": "./lib/index.js"
  38. },
  39. "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-private-property-in-object",
  40. "keywords": [
  41. "babel-plugin"
  42. ],
  43. "license": "MIT",
  44. "main": "./lib/index.js",
  45. "name": "@babel/plugin-syntax-private-property-in-object",
  46. "peerDependencies": {
  47. "@babel/core": "^7.0.0-0"
  48. },
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/babel/babel.git",
  55. "directory": "packages/babel-plugin-syntax-private-property-in-object"
  56. },
  57. "version": "7.14.0"
  58. }