initial commit
This commit is contained in:
99
node_modules/v8flags/package.json
generated
vendored
Normal file
99
node_modules/v8flags/package.json
generated
vendored
Normal file
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"_from": "v8flags@^3.0.1",
|
||||
"_id": "v8flags@3.1.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-amh9CCg3ZxkzQ48Mhcb8iX7xpAfYJgePHxWMQCBWECpOSqJUXgY26ncA61UTV0BkPqfhcy6mzwCIoP4ygxpW8w==",
|
||||
"_location": "/v8flags",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "v8flags@^3.0.1",
|
||||
"name": "v8flags",
|
||||
"escapedName": "v8flags",
|
||||
"rawSpec": "^3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp/gulp-cli"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.1.3.tgz",
|
||||
"_shasum": "fc9dc23521ca20c5433f81cc4eb9b3033bb105d8",
|
||||
"_spec": "v8flags@^3.0.1",
|
||||
"_where": "D:\\Air66 Files\\dev_sites\\www.airurl.dev.cc\\user\\plugins\\air66Theme\\node_modules\\gulp\\node_modules\\gulp-cli",
|
||||
"author": {
|
||||
"name": "Gulp Team",
|
||||
"email": "team@gulpjs.com",
|
||||
"url": "http://gulpjs.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gulpjs/v8flags/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Tyler Kellen",
|
||||
"email": "tyler@sleekcode.net"
|
||||
},
|
||||
{
|
||||
"name": "Blaine Bublitz",
|
||||
"email": "blaine.bublitz@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Nicolò Ribaudo",
|
||||
"email": "nicolo.ribaudo@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Selwyn",
|
||||
"email": "talk@selwyn.cc"
|
||||
},
|
||||
{
|
||||
"name": "Leo Zhang",
|
||||
"email": "leo@leozhang.me"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"homedir-polyfill": "^1.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Get available v8 flags.",
|
||||
"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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"config-path.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"homepage": "https://github.com/gulpjs/v8flags#readme",
|
||||
"keywords": [
|
||||
"v8 flags",
|
||||
"harmony flags"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "v8flags",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gulpjs/v8flags.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "istanbul cover _mocha --report lcovonly",
|
||||
"coveralls": "npm run cover && istanbul-coveralls",
|
||||
"lint": "eslint .",
|
||||
"pretest": "npm run lint",
|
||||
"test": "mocha --async-only"
|
||||
},
|
||||
"version": "3.1.3"
|
||||
}
|
||||
Reference in New Issue
Block a user