2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "v8flags",
|
|
|
|
"description": "Get available v8 flags.",
|
|
|
|
"version": "2.0.11",
|
|
|
|
"homepage": "https://github.com/tkellen/node-v8flags",
|
2016-10-10 03:43:44 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Tyler Kellen",
|
|
|
|
"url": "http://goingslowly.com/"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/tkellen/node-v8flags.git"
|
|
|
|
},
|
2016-10-10 03:43:44 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tkellen/node-v8flags/issues"
|
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/tkellen/node-v8flags/blob/master/LICENSE"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"test": "_mocha -R spec test.js"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"main": "index.js",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.10.0"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"v8 flags",
|
|
|
|
"harmony flags"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"async": "^0.9.0",
|
|
|
|
"chai": "~1.9.1",
|
|
|
|
"mocha": "~1.21.4"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"user-home": "^1.1.1"
|
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|