package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "@babel/plugin-proposal-json-strings@^7.2.0",
  3. "_id": "@babel/plugin-proposal-json-strings@7.13.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q==",
  6. "_location": "/@babel/plugin-proposal-json-strings",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-proposal-json-strings@^7.2.0",
  12. "name": "@babel/plugin-proposal-json-strings",
  13. "escapedName": "@babel%2fplugin-proposal-json-strings",
  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-proposal-json-strings/-/plugin-proposal-json-strings-7.13.8.tgz",
  23. "_shasum": "bf1fb362547075afda3634ed31571c5901afef7b",
  24. "_spec": "@babel/plugin-proposal-json-strings@^7.2.0",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\preset-env",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/helper-plugin-utils": "^7.13.0",
  32. "@babel/plugin-syntax-json-strings": "^7.8.3"
  33. },
  34. "deprecated": false,
  35. "description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
  36. "devDependencies": {
  37. "@babel/core": "7.13.8",
  38. "@babel/helper-plugin-test-runner": "7.12.13"
  39. },
  40. "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-json-strings",
  41. "keywords": [
  42. "babel-plugin"
  43. ],
  44. "license": "MIT",
  45. "main": "lib/index.js",
  46. "name": "@babel/plugin-proposal-json-strings",
  47. "peerDependencies": {
  48. "@babel/core": "^7.0.0-0"
  49. },
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/babel/babel.git",
  56. "directory": "packages/babel-plugin-proposal-json-strings"
  57. },
  58. "version": "7.13.8"
  59. }