wishthis/node_modules/v8flags/package.json

49 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "v8flags",
"version": "3.2.0",
"description": "Get available v8 and Node.js flags.",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [
"Tyler Kellen <tyler@sleekcode.net>",
"Blaine Bublitz <blaine.bublitz@gmail.com>",
"Nicolò Ribaudo <nicolo.ribaudo@gmail.com>",
"Selwyn <talk@selwyn.cc>",
"Leo Zhang <leo@leozhang.me>"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"repository": "gulpjs/v8flags",
"license": "MIT",
"engines": {
"node": ">= 0.10"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"main": "index.js",
"files": [
"index.js",
"config-path.js",
"LICENSE"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha --async-only",
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls"
2022-02-23 16:41:13 +00:00
},
2022-01-21 08:28:41 +00:00
"dependencies": {
"homedir-polyfill": "^1.0.1"
},
"devDependencies": {
"async": "^2.5.0",
"eslint": "^2.13.0",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.20.2",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.5.3",
"proxyquire": "^1.8.0"
},
"keywords": [
"v8 flags",
"harmony flags"
2022-04-08 10:55:35 +00:00
]
2022-01-21 08:28:41 +00:00
}