{
  "_from": "v8flags@^3.0.0",
  "_id": "v8flags@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-6sgSKoFw1UpUPd3cFdF7QGnrH6tDeBgW1F3v9gy8gLY0mlbiBXq8soy8aQpY6xeeCjH5K+JvC62Acp7gtl7wWA==",
  "_location": "/v8flags",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "v8flags@^3.0.0",
    "name": "v8flags",
    "escapedName": "v8flags",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/ts-node"
  ],
  "_resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.0.2.tgz",
  "_shasum": "ad6a78a20a6b23d03a8debc11211e3cc23149477",
  "_spec": "v8flags@^3.0.0",
  "_where": "C:\\Users\\chawe\\source\\repos\\type2docfx\\tmp\\botbuilder-dialogs\\node_modules\\ts-node",
  "author": {
    "name": "Tyler Kellen",
    "url": "http://goingslowly.com/"
  },
  "bugs": {
    "url": "https://github.com/tkellen/node-v8flags/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "homedir-polyfill": "^1.0.1"
  },
  "deprecated": false,
  "description": "Get available v8 flags.",
  "devDependencies": {
    "async": "^2.5.0",
    "chai": "^4.1.0",
    "mocha": "^3.4.2",
    "proxyquire": "^1.8.0"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "homepage": "https://github.com/tkellen/node-v8flags",
  "keywords": [
    "v8 flags",
    "harmony flags"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/tkellen/node-v8flags/blob/master/LICENSE"
    }
  ],
  "main": "index.js",
  "name": "v8flags",
  "repository": {
    "type": "git",
    "url": "git://github.com/tkellen/node-v8flags.git"
  },
  "scripts": {
    "test": "mocha -R spec test.js"
  },
  "version": "3.0.2"
}
