Files
automatic-dispose/node_modules/@babel/plugin-syntax-json-strings/package.json
2018-11-24 14:43:59 +01:00

50 lines
1.6 KiB
JSON

{
"_from": "@babel/plugin-syntax-json-strings@^7.0.0",
"_id": "@babel/plugin-syntax-json-strings@7.0.0",
"_inBundle": false,
"_integrity": "sha512-UlSfNydC+XLj4bw7ijpldc1uZ/HB84vw+U6BTuqMdIEmz/LDe63w/GHtpQMdXWdqQZFeAI9PjnHe/vDhwirhKA==",
"_location": "/@babel/plugin-syntax-json-strings",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-syntax-json-strings@^7.0.0",
"name": "@babel/plugin-syntax-json-strings",
"escapedName": "@babel%2fplugin-syntax-json-strings",
"scope": "@babel",
"rawSpec": "^7.0.0",
"saveSpec": null,
"fetchSpec": "^7.0.0"
},
"_requiredBy": [
"/@babel/plugin-proposal-json-strings"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.0.0.tgz",
"_shasum": "0d259a68090e15b383ce3710e01d5b23f3770cbd",
"_spec": "@babel/plugin-syntax-json-strings@^7.0.0",
"_where": "/var/www/html/autocompletion/node_modules/@babel/plugin-proposal-json-strings",
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0"
},
"deprecated": false,
"description": "Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"devDependencies": {
"@babel/core": "^7.0.0"
},
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-syntax-json-strings",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings"
},
"version": "7.0.0"
}