You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.8 KiB

4 years ago
{
"_from": "@babel/plugin-syntax-flow@^7.8.3",
"_id": "@babel/plugin-syntax-flow@7.10.1",
"_inBundle": false,
"_integrity": "sha512-b3pWVncLBYoPP60UOTc7NMlbtsHQ6ITim78KQejNHK6WJ2mzV5kCcg4mIWpasAfJEgwVTibwo2e+FU7UEIKQUg==",
"_location": "/@babel/plugin-syntax-flow",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-syntax-flow@^7.8.3",
"name": "@babel/plugin-syntax-flow",
"escapedName": "@babel%2fplugin-syntax-flow",
"scope": "@babel",
"rawSpec": "^7.8.3",
"saveSpec": null,
"fetchSpec": "^7.8.3"
},
"_requiredBy": [
"/@babel/plugin-transform-flow-strip-types"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.10.1.tgz",
"_shasum": "cd4bbca62fb402babacb174f64f8734310d742f0",
"_spec": "@babel/plugin-syntax-flow@^7.8.3",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\@babel\\plugin-transform-flow-strip-types",
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.1"
},
"deprecated": false,
"description": "Allow parsing of the flow syntax",
"devDependencies": {
"@babel/core": "^7.10.1"
},
"gitHead": "88f57a7ea659d25232bf62de1efceb5d6299b8cf",
"homepage": "https://github.com/babel/babel#readme",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-syntax-flow",
"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-syntax-flow"
},
"version": "7.10.1"
}