package.json
2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"_from": "v8flags@^3.1.1",
"_id": "v8flags@3.2.0",
"_inBundle": false,
"_integrity": "sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==",
"_location": "/v8flags",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "v8flags@^3.1.1",
"name": "v8flags",
"escapedName": "v8flags",
"rawSpec": "^3.1.1",
"saveSpec": null,
"fetchSpec": "^3.1.1"
},
"_requiredBy": [
"/@babel/node"
],
"_resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz",
"_shasum": "b243e3b4dfd731fa774e7492128109a0fe66d656",
"_spec": "v8flags@^3.1.1",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/node_modules/@babel/node",
"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 and Node.js 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.2.0"
}