package.json 1.76 KB
{
  "_from": "dev-null@^0.1.1",
  "_id": "dev-null@0.1.1",
  "_inBundle": false,
  "_integrity": "sha1-WiBc48Ky73e2I41roXnrdMag6Bg=",
  "_location": "/dev-null",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "dev-null@^0.1.1",
    "name": "dev-null",
    "escapedName": "dev-null",
    "rawSpec": "^0.1.1",
    "saveSpec": null,
    "fetchSpec": "^0.1.1"
  },
  "_requiredBy": [
    "/bhttp"
  ],
  "_resolved": "https://registry.npmjs.org/dev-null/-/dev-null-0.1.1.tgz",
  "_shasum": "5a205ce3c2b2ef77b6238d6ba179eb74c6a0e818",
  "_spec": "dev-null@^0.1.1",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\bhttp",
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "http://thlorenz.com"
  },
  "bugs": {
    "url": "https://github.com/thlorenz/dev-null/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "/dev/null for node streams",
  "devDependencies": {
    "nave": "~0.4.3",
    "tap": "~0.4.3",
    "tap-stream": "~0.2.0"
  },
  "engine": {
    "node": ">=0.10"
  },
  "homepage": "https://github.com/thlorenz/dev-null",
  "keywords": [
    "streams",
    "test",
    "debug",
    "ignore",
    "silence"
  ],
  "license": {
    "type": "MIT",
    "url": "https://github.com/thlorenz/dev-null/blob/master/LICENSE"
  },
  "main": "index.js",
  "name": "dev-null",
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/dev-null.git"
  },
  "scripts": {
    "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi",
    "test-0.10": "nave use 0.10 npm run test-main",
    "test-all": "npm run test-main && npm run test-0.10",
    "test-main": "tap test/*.js"
  },
  "version": "0.1.1"
}