12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "v8flags@^2.0.2",
- "_id": "v8flags@2.1.1",
- "_inBundle": false,
- "_integrity": "sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ=",
- "_location": "/v8flags",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "v8flags@^2.0.2",
- "name": "v8flags",
- "escapedName": "v8flags",
- "rawSpec": "^2.0.2",
- "saveSpec": null,
- "fetchSpec": "^2.0.2"
- },
- "_requiredBy": [
- "/gulp"
- ],
- "_resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.1.1.tgz",
- "_shasum": "aab1a1fa30d45f88dd321148875ac02c0b55e5b4",
- "_spec": "v8flags@^2.0.2",
- "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/gulp",
- "author": {
- "name": "Tyler Kellen",
- "url": "http://goingslowly.com/"
- },
- "bugs": {
- "url": "https://github.com/tkellen/node-v8flags/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "user-home": "^1.1.1"
- },
- "deprecated": false,
- "description": "Get available v8 flags.",
- "devDependencies": {
- "async": "^0.9.0",
- "chai": "~1.9.1",
- "mocha": "~1.21.4"
- },
- "engines": {
- "node": ">= 0.10.0"
- },
- "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",
- "name": "v8flags",
- "repository": {
- "type": "git",
- "url": "git://github.com/tkellen/node-v8flags.git"
- },
- "scripts": {
- "test": "_mocha -R spec test.js"
- },
- "version": "2.1.1"
- }
|