1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_from": "v8flags@^3.0.2",
- "_id": "v8flags@3.1.1",
- "_inBundle": false,
- "_integrity": "sha512-iw/1ViSEaff8NJ3HLyEjawk/8hjJib3E7pvG4pddVXfUg1983s3VGsiClDjhK64MQVDGqc1Q8r18S4VKQZS9EQ==",
- "_location": "/v8flags",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "v8flags@^3.0.2",
- "name": "v8flags",
- "escapedName": "v8flags",
- "rawSpec": "^3.0.2",
- "saveSpec": null,
- "fetchSpec": "^3.0.2"
- },
- "_requiredBy": [
- "/knex"
- ],
- "_resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.1.1.tgz",
- "_shasum": "42259a1461c08397e37fe1d4f1cfb59cad85a053",
- "_spec": "v8flags@^3.0.2",
- "_where": "/home/zorro/Documents/Sahib/zweiachtzehn/node_modules/knex",
- "author": {
- "name": "Tyler Kellen",
- "url": "http://goingslowly.com/"
- },
- "bugs": {
- "url": "https://github.com/tkellen/node-v8flags/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "homedir-polyfill": "^1.0.1"
- },
- "deprecated": false,
- "description": "Get available v8 flags.",
- "devDependencies": {
- "async": "^2.5.0",
- "chai": "^4.1.0",
- "mocha": "^3.4.2",
- "proxyquire": "^1.8.0"
- },
- "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": "3.1.1"
- }
|