• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "concat-stream@^1.5.0",
3  "_id": "concat-stream@1.6.2",
4  "_inBundle": false,
5  "_integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
6  "_location": "/concat-stream",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "concat-stream@^1.5.0",
12    "name": "concat-stream",
13    "escapedName": "concat-stream",
14    "rawSpec": "^1.5.0",
15    "saveSpec": null,
16    "fetchSpec": "^1.5.0"
17  },
18  "_requiredBy": [
19    "/eslint",
20    "/mississippi",
21    "/npm-profile/cacache/mississippi",
22    "/npm-profile/mississippi",
23    "/npm-registry-client",
24    "/npm-registry-fetch/cacache/mississippi"
25  ],
26  "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
27  "_shasum": "904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34",
28  "_spec": "concat-stream@^1.5.0",
29  "_where": "/Users/rebecca/code/npm/node_modules/mississippi",
30  "author": {
31    "name": "Max Ogden",
32    "email": "max@maxogden.com"
33  },
34  "bugs": {
35    "url": "http://github.com/maxogden/concat-stream/issues"
36  },
37  "bundleDependencies": false,
38  "dependencies": {
39    "buffer-from": "^1.0.0",
40    "inherits": "^2.0.3",
41    "readable-stream": "^2.2.2",
42    "typedarray": "^0.0.6"
43  },
44  "deprecated": false,
45  "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
46  "devDependencies": {
47    "tape": "^4.6.3"
48  },
49  "engines": [
50    "node >= 0.8"
51  ],
52  "files": [
53    "index.js"
54  ],
55  "homepage": "https://github.com/maxogden/concat-stream#readme",
56  "license": "MIT",
57  "main": "index.js",
58  "name": "concat-stream",
59  "repository": {
60    "type": "git",
61    "url": "git+ssh://git@github.com/maxogden/concat-stream.git"
62  },
63  "scripts": {
64    "test": "tape test/*.js test/server/*.js"
65  },
66  "tags": [
67    "stream",
68    "simple",
69    "util",
70    "utility"
71  ],
72  "testling": {
73    "files": "test/*.js",
74    "browsers": [
75      "ie/8..latest",
76      "firefox/17..latest",
77      "firefox/nightly",
78      "chrome/22..latest",
79      "chrome/canary",
80      "opera/12..latest",
81      "opera/next",
82      "safari/5.1..latest",
83      "ipad/6.0..latest",
84      "iphone/6.0..latest",
85      "android-browser/4.2..latest"
86    ]
87  },
88  "version": "1.6.2"
89}
90