Security update for permissions_by_term
[yaffs-website] / node_modules / unpipe / package.json
1 {
2   "_args": [
3     [
4       "unpipe@1.0.0",
5       "/var/www/yaffs/node_modules/raw-body"
6     ]
7   ],
8   "_from": "unpipe@1.0.0",
9   "_id": "unpipe@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/unpipe",
13   "_npmUser": {
14     "email": "doug@somethingdoug.com",
15     "name": "dougwilson"
16   },
17   "_npmVersion": "1.4.28",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "unpipe",
21     "raw": "unpipe@1.0.0",
22     "rawSpec": "1.0.0",
23     "scope": null,
24     "spec": "1.0.0",
25     "type": "version"
26   },
27   "_requiredBy": [
28     "/raw-body"
29   ],
30   "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
31   "_shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
32   "_shrinkwrap": null,
33   "_spec": "unpipe@1.0.0",
34   "_where": "/var/www/yaffs/node_modules/raw-body",
35   "author": {
36     "email": "doug@somethingdoug.com",
37     "name": "Douglas Christopher Wilson"
38   },
39   "bugs": {
40     "url": "https://github.com/stream-utils/unpipe/issues"
41   },
42   "dependencies": {},
43   "description": "Unpipe a stream from all destinations",
44   "devDependencies": {
45     "istanbul": "0.3.15",
46     "mocha": "2.2.5",
47     "readable-stream": "1.1.13"
48   },
49   "directories": {},
50   "dist": {
51     "shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
52     "tarball": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
53   },
54   "engines": {
55     "node": ">= 0.8"
56   },
57   "files": [
58     "HISTORY.md",
59     "LICENSE",
60     "README.md",
61     "index.js"
62   ],
63   "gitHead": "d2df901c06487430e78dca62b6edb8bb2fc5e99d",
64   "homepage": "https://github.com/stream-utils/unpipe",
65   "license": "MIT",
66   "maintainers": [
67     {
68       "name": "dougwilson",
69       "email": "doug@somethingdoug.com"
70     }
71   ],
72   "name": "unpipe",
73   "optionalDependencies": {},
74   "readme": "ERROR: No README data found!",
75   "repository": {
76     "type": "git",
77     "url": "git+https://github.com/stream-utils/unpipe.git"
78   },
79   "scripts": {
80     "test": "mocha --reporter spec --bail --check-leaks test/",
81     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
82     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
83   },
84   "version": "1.0.0"
85 }