aboutsummaryrefslogtreecommitdiff
path: root/node_modules/v8flags/package.json
blob: 4a3e3dbfec87ed799ea9a9d1851b590ddd70a1ea (plain)
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
100
101
102
103
104
105
106
{
  "_args": [
    [
      {
        "raw": "v8flags@^2.0.2",
        "scope": null,
        "escapedName": "v8flags",
        "name": "v8flags",
        "rawSpec": "^2.0.2",
        "spec": ">=2.0.2 <3.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/gulp"
    ]
  ],
  "_from": "v8flags@>=2.0.2 <3.0.0",
  "_id": "v8flags@2.0.11",
  "_inCache": true,
  "_location": "/v8flags",
  "_nodeVersion": "5.2.0",
  "_npmUser": {
    "name": "ilikebits",
    "email": "leo@leozhang.me"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "v8flags@^2.0.2",
    "scope": null,
    "escapedName": "v8flags",
    "name": "v8flags",
    "rawSpec": "^2.0.2",
    "spec": ">=2.0.2 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gulp"
  ],
  "_resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.0.11.tgz",
  "_shasum": "bca8f30f0d6d60612cc2c00641e6962d42ae6881",
  "_shrinkwrap": null,
  "_spec": "v8flags@^2.0.2",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp",
  "author": {
    "name": "Tyler Kellen",
    "url": "http://goingslowly.com/"
  },
  "bugs": {
    "url": "https://github.com/tkellen/node-v8flags/issues"
  },
  "dependencies": {
    "user-home": "^1.1.1"
  },
  "description": "Get available v8 flags.",
  "devDependencies": {
    "async": "^0.9.0",
    "chai": "~1.9.1",
    "mocha": "~1.21.4"
  },
  "directories": {},
  "dist": {
    "shasum": "bca8f30f0d6d60612cc2c00641e6962d42ae6881",
    "tarball": "https://registry.npmjs.org/v8flags/-/v8flags-2.0.11.tgz"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "gitHead": "0f7bb94c6799f4d405e17681218d85df9b0e30c0",
  "homepage": "https://github.com/tkellen/node-v8flags",
  "keywords": [
    "v8 flags",
    "harmony flags"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/tkellen/node-v8flags/blob/master/LICENSE"
    }
  ],
  "main": "index.js",
  "maintainers": [
    {
      "name": "ilikebits",
      "email": "leo@leozhang.me"
    },
    {
      "name": "phated",
      "email": "blaine@iceddev.com"
    },
    {
      "name": "tkellen",
      "email": "tyler@sleekcode.net"
    }
  ],
  "name": "v8flags",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/tkellen/node-v8flags.git"
  },
  "scripts": {
    "test": "_mocha -R spec test.js"
  },
  "version": "2.0.11"
}