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.
72 lines
2.0 KiB
72 lines
2.0 KiB
{
|
|
"_from": "@babel/preset-flow@^7.0.0",
|
|
"_id": "@babel/preset-flow@7.27.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ez3a2it5Fn6P54W8QkbfIyyIbxlXvcxyWHHvno1Wg0Ej5eiJY5hBb8ExttoIOJJk7V2dZE6prP7iby5q2aQ0Lg==",
|
|
"_location": "/@babel/preset-flow",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/preset-flow@^7.0.0",
|
|
"name": "@babel/preset-flow",
|
|
"escapedName": "@babel%2fpreset-flow",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jscodeshift"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.27.1.tgz",
|
|
"_shasum": "3050ed7c619e8c4bfd0e0eeee87a2fa86a4bb1c6",
|
|
"_spec": "@babel/preset-flow@^7.0.0",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\jscodeshift",
|
|
"author": {
|
|
"name": "The Babel Team",
|
|
"url": "https://babel.dev/team"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20flow%22+is%3Aopen"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-validator-option": "^7.27.1",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.27.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Babel preset for all Flow plugins.",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.27.1",
|
|
"@babel/helper-plugin-test-runner": "^7.27.1",
|
|
"babel-plugin-syntax-hermes-parser": "^0.19.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"homepage": "https://babel.dev/docs/en/next/babel-preset-flow",
|
|
"keywords": [
|
|
"babel-preset",
|
|
"flowtype",
|
|
"flow",
|
|
"types"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"name": "@babel/preset-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-preset-flow"
|
|
},
|
|
"type": "commonjs",
|
|
"version": "7.27.1"
|
|
}
|
|
|