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.
 
 
 
 

61 lines
1.6 KiB

{
"_from": "flow-parser@0.*",
"_id": "flow-parser@0.278.0",
"_inBundle": false,
"_integrity": "sha512-9oUcYDHf9n+E/t0FXndgBqGbaUsGEcmWqIr1ldqCzTzctsJV5E/bHusOj4ThB72Ss2mqWpLFNz0+o2c1O8J6+A==",
"_location": "/flow-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "flow-parser@0.*",
"name": "flow-parser",
"escapedName": "flow-parser",
"rawSpec": "0.*",
"saveSpec": null,
"fetchSpec": "0.*"
},
"_requiredBy": [
"/jscodeshift"
],
"_resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.278.0.tgz",
"_shasum": "fa7ccc16ff249f07804808455a365ec2e098222f",
"_spec": "flow-parser@0.*",
"_where": "D:\\code\\template-vue-antd\\node_modules\\jscodeshift",
"author": {
"name": "Flow Team",
"email": "flow@fb.com"
},
"bugs": {
"url": "https://github.com/facebook/flow/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "JavaScript parser written in OCaml. Produces ESTree AST",
"devDependencies": {
"ast-types": "^0.15.2",
"chalk": "^4.1.2",
"esprima-fb": "15001.1001.0-dev-harmony-fb",
"minimist": ">=1.2.6"
},
"engines": {
"node": ">=0.4.0"
},
"files": [
"flow_parser.js"
],
"homepage": "https://flow.org",
"license": "MIT",
"main": "flow_parser.js",
"name": "flow-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/flow.git"
},
"scripts": {
"build": "make js",
"test": "node test/run_tests.js"
},
"version": "0.278.0"
}