12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "_from": "@babel/plugin-proposal-json-strings@^7.8.3",
- "_id": "@babel/plugin-proposal-json-strings@7.8.3",
- "_inBundle": false,
- "_integrity": "sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q==",
- "_location": "/@babel/plugin-proposal-json-strings",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/plugin-proposal-json-strings@^7.8.3",
- "name": "@babel/plugin-proposal-json-strings",
- "escapedName": "@babel%2fplugin-proposal-json-strings",
- "scope": "@babel",
- "rawSpec": "^7.8.3",
- "saveSpec": null,
- "fetchSpec": "^7.8.3"
- },
- "_requiredBy": [
- "/@babel/preset-env"
- ],
- "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.8.3.tgz",
- "_shasum": "da5216b238a98b58a1e05d6852104b10f9a70d6b",
- "_spec": "@babel/plugin-proposal-json-strings@^7.8.3",
- "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\preset-env",
- "bundleDependencies": false,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.8.3",
- "@babel/plugin-syntax-json-strings": "^7.8.0"
- },
- "deprecated": false,
- "description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
- "devDependencies": {
- "@babel/core": "^7.8.3",
- "@babel/helper-plugin-test-runner": "^7.8.3"
- },
- "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
- "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": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-json-strings"
- },
- "version": "7.8.3"
- }
|