UNPKG

2.54 kBJSONView Raw
1{
2 "_args": [
3 [
4 {
5 "raw": "through@^2.3.6",
6 "scope": null,
7 "escapedName": "through",
8 "name": "through",
9 "rawSpec": "^2.3.6",
10 "spec": ">=2.3.6 <3.0.0",
11 "type": "range"
12 },
13 "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.5qOXFYwm/node_modules/inquirer"
14 ]
15 ],
16 "_from": "through@>=2.3.6 <3.0.0",
17 "_id": "through@2.3.8",
18 "_inCache": true,
19 "_installable": true,
20 "_location": "/through",
21 "_nodeVersion": "2.3.1",
22 "_npmUser": {
23 "name": "dominictarr",
24 "email": "dominic.tarr@gmail.com"
25 },
26 "_npmVersion": "2.12.0",
27 "_phantomChildren": {},
28 "_requested": {
29 "raw": "through@^2.3.6",
30 "scope": null,
31 "escapedName": "through",
32 "name": "through",
33 "rawSpec": "^2.3.6",
34 "spec": ">=2.3.6 <3.0.0",
35 "type": "range"
36 },
37 "_requiredBy": [
38 "/envify",
39 "/inquirer"
40 ],
41 "_resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
42 "_shasum": "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5",
43 "_shrinkwrap": null,
44 "_spec": "through@^2.3.6",
45 "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.5qOXFYwm/node_modules/inquirer",
46 "author": {
47 "name": "Dominic Tarr",
48 "email": "dominic.tarr@gmail.com",
49 "url": "dominictarr.com"
50 },
51 "bugs": {
52 "url": "https://github.com/dominictarr/through/issues"
53 },
54 "dependencies": {},
55 "description": "simplified stream construction",
56 "devDependencies": {
57 "from": "~0.1.3",
58 "stream-spec": "~0.3.5",
59 "tape": "~2.3.2"
60 },
61 "directories": {},
62 "dist": {
63 "shasum": "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5",
64 "tarball": "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
65 },
66 "gitHead": "2c5a6f9a0cc54da759b6e10964f2081c358e49dc",
67 "homepage": "https://github.com/dominictarr/through",
68 "keywords": [
69 "stream",
70 "streams",
71 "user-streams",
72 "pipe"
73 ],
74 "license": "MIT",
75 "main": "index.js",
76 "maintainers": [
77 {
78 "name": "dominictarr",
79 "email": "dominic.tarr@gmail.com"
80 }
81 ],
82 "name": "through",
83 "optionalDependencies": {},
84 "readme": "ERROR: No README data found!",
85 "repository": {
86 "type": "git",
87 "url": "git+https://github.com/dominictarr/through.git"
88 },
89 "scripts": {
90 "test": "set -e; for t in test/*.js; do node $t; done"
91 },
92 "testling": {
93 "browsers": [
94 "ie/8..latest",
95 "ff/15..latest",
96 "chrome/20..latest",
97 "safari/5.1..latest"
98 ],
99 "files": "test/*.js"
100 },
101 "version": "2.3.8"
102}