1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "_from": "@babel/plugin-proposal-json-strings@^7.14.2",
- "_id": "@babel/plugin-proposal-json-strings@7.14.2",
- "_inBundle": false,
- "_integrity": "sha1-gwtOJCanguiyh4+/4suoW3DL+Yw=",
- "_location": "/@babel/plugin-proposal-json-strings",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/plugin-proposal-json-strings@^7.14.2",
- "name": "@babel/plugin-proposal-json-strings",
- "escapedName": "@babel%2fplugin-proposal-json-strings",
- "scope": "@babel",
- "rawSpec": "^7.14.2",
- "saveSpec": null,
- "fetchSpec": "^7.14.2"
- },
- "_requiredBy": [
- "/@babel/preset-env"
- ],
- "_resolved": "https://registry.nlark.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.14.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-proposal-json-strings%2Fdownload%2F%40babel%2Fplugin-proposal-json-strings-7.14.2.tgz",
- "_shasum": "830b4e2426a782e8b2878fbfe2cba85b70cbf98c",
- "_spec": "@babel/plugin-proposal-json-strings@^7.14.2",
- "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\preset-env",
- "bugs": {
- "url": "https://github.com/babel/babel/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.13.0",
- "@babel/plugin-syntax-json-strings": "^7.8.3"
- },
- "deprecated": false,
- "description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
- "devDependencies": {
- "@babel/core": "7.14.2",
- "@babel/helper-plugin-test-runner": "7.13.10"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-json-strings",
- "keywords": [
- "babel-plugin"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "@babel/plugin-proposal-json-strings",
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-proposal-json-strings"
- },
- "version": "7.14.2"
- }
|