blob: 50765dc85f2268285cff985a8965e439ea451e7a [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "v8flags@~3.1.1",
3 "_id": "v8flags@3.1.3",
4 "_inBundle": false,
5 "_integrity": "sha512-amh9CCg3ZxkzQ48Mhcb8iX7xpAfYJgePHxWMQCBWECpOSqJUXgY26ncA61UTV0BkPqfhcy6mzwCIoP4ygxpW8w==",
6 "_location": "/v8flags",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "v8flags@~3.1.1",
12 "name": "v8flags",
13 "escapedName": "v8flags",
14 "rawSpec": "~3.1.1",
15 "saveSpec": null,
16 "fetchSpec": "~3.1.1"
17 },
18 "_requiredBy": [
19 "/grunt/grunt-cli"
20 ],
21 "_resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.1.3.tgz",
22 "_shasum": "fc9dc23521ca20c5433f81cc4eb9b3033bb105d8",
23 "_spec": "v8flags@~3.1.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt\\node_modules\\grunt-cli",
25 "author": {
26 "name": "Gulp Team",
27 "email": "team@gulpjs.com",
28 "url": "http://gulpjs.com/"
29 },
30 "bugs": {
31 "url": "https://github.com/gulpjs/v8flags/issues"
32 },
33 "bundleDependencies": false,
34 "contributors": [
35 {
36 "name": "Tyler Kellen",
37 "email": "tyler@sleekcode.net"
38 },
39 {
40 "name": "Blaine Bublitz",
41 "email": "blaine.bublitz@gmail.com"
42 },
43 {
44 "name": "Nicolò Ribaudo",
45 "email": "nicolo.ribaudo@gmail.com"
46 },
47 {
48 "name": "Selwyn",
49 "email": "talk@selwyn.cc"
50 },
51 {
52 "name": "Leo Zhang",
53 "email": "leo@leozhang.me"
54 }
55 ],
56 "dependencies": {
57 "homedir-polyfill": "^1.0.1"
58 },
59 "deprecated": false,
60 "description": "Get available v8 flags.",
61 "devDependencies": {
62 "async": "^2.5.0",
63 "eslint": "^2.13.0",
64 "eslint-config-gulp": "^3.0.1",
65 "expect": "^1.20.2",
66 "istanbul": "^0.4.3",
67 "istanbul-coveralls": "^1.0.3",
68 "mocha": "^3.5.3",
69 "proxyquire": "^1.8.0"
70 },
71 "engines": {
72 "node": ">= 0.10"
73 },
74 "files": [
75 "index.js",
76 "config-path.js",
77 "LICENSE"
78 ],
79 "homepage": "https://github.com/gulpjs/v8flags#readme",
80 "keywords": [
81 "v8 flags",
82 "harmony flags"
83 ],
84 "license": "MIT",
85 "main": "index.js",
86 "name": "v8flags",
87 "repository": {
88 "type": "git",
89 "url": "git+https://github.com/gulpjs/v8flags.git"
90 },
91 "scripts": {
92 "cover": "istanbul cover _mocha --report lcovonly",
93 "coveralls": "npm run cover && istanbul-coveralls",
94 "lint": "eslint .",
95 "pretest": "npm run lint",
96 "test": "mocha --async-only"
97 },
98 "version": "3.1.3"
99}