{
  "_args": [
    [
      "flow-parser@0.129.0",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "flow-parser@0.129.0",
  "_id": "flow-parser@0.129.0",
  "_inBundle": false,
  "_integrity": "sha512-kzxyoEl8vG0JF0/h/u0UjALXmsGvwU2NBfKczCSNO/It2fKb8hz1gMt05OuZAlMLYXcvgjntWJadIABeKGPK4g==",
  "_location": "/flow-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "flow-parser@0.129.0",
    "name": "flow-parser",
    "escapedName": "flow-parser",
    "rawSpec": "0.129.0",
    "saveSpec": null,
    "fetchSpec": "0.129.0"
  },
  "_requiredBy": [
    "/jscodeshift"
  ],
  "_resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.129.0.tgz",
  "_spec": "0.129.0",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Flow Team",
    "email": "flow@fb.com"
  },
  "bugs": {
    "url": "https://github.com/facebook/flow/issues"
  },
  "dependencies": {},
  "description": "JavaScript parser written in OCaml. Produces ESTree AST",
  "devDependencies": {
    "ast-types": "^0.13.3",
    "colors": ">=0.6.2",
    "esprima-fb": "15001.1001.0-dev-harmony-fb",
    "minimist": ">=1.2.3"
  },
  "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": {
    "prepublish": "make js",
    "test": "node test/run_tests.js"
  },
  "version": "0.129.0"
}
