프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / concat-stream / package.json

이력 | 보기 | 이력해설 | 다운로드 (2.25 KB)

1
{
2
  "_args": [
3
    [
4
      "concat-stream@1.6.1",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "concat-stream@1.6.1",
9
  "_id": "concat-stream@1.6.1",
10
  "_inBundle": false,
11
  "_integrity": "sha512-gslSSJx03QKa59cIKqeJO9HQ/WZMotvYJCuaUULrLpjj8oG40kV2Z+gz82pVxlTkOADi4PJxQPPfhl1ELYrrXw==",
12
  "_location": "/concat-stream",
13
  "_phantomChildren": {
14
    "core-util-is": "1.0.2",
15
    "inherits": "2.0.3",
16
    "process-nextick-args": "2.0.0",
17
    "safe-buffer": "5.1.1",
18
    "util-deprecate": "1.0.2"
19
  },
20
  "_requested": {
21
    "type": "version",
22
    "registry": true,
23
    "raw": "concat-stream@1.6.1",
24
    "name": "concat-stream",
25
    "escapedName": "concat-stream",
26
    "rawSpec": "1.6.1",
27
    "saveSpec": null,
28
    "fetchSpec": "1.6.1"
29
  },
30
  "_requiredBy": [
31
    "/multer"
32
  ],
33
  "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.1.tgz",
34
  "_spec": "1.6.1",
35
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
36
  "author": {
37
    "name": "Max Ogden",
38
    "email": "max@maxogden.com"
39
  },
40
  "bugs": {
41
    "url": "http://github.com/maxogden/concat-stream/issues"
42
  },
43
  "dependencies": {
44
    "inherits": "^2.0.3",
45
    "readable-stream": "^2.2.2",
46
    "typedarray": "^0.0.6"
47
  },
48
  "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
49
  "devDependencies": {
50
    "tape": "^4.6.3"
51
  },
52
  "engines": [
53
    "node >= 0.8"
54
  ],
55
  "files": [
56
    "index.js"
57
  ],
58
  "homepage": "https://github.com/maxogden/concat-stream#readme",
59
  "license": "MIT",
60
  "main": "index.js",
61
  "name": "concat-stream",
62
  "repository": {
63
    "type": "git",
64
    "url": "git+ssh://git@github.com/maxogden/concat-stream.git"
65
  },
66
  "scripts": {
67
    "test": "tape test/*.js test/server/*.js"
68
  },
69
  "tags": [
70
    "stream",
71
    "simple",
72
    "util",
73
    "utility"
74
  ],
75
  "testling": {
76
    "files": "test/*.js",
77
    "browsers": [
78
      "ie/8..latest",
79
      "firefox/17..latest",
80
      "firefox/nightly",
81
      "chrome/22..latest",
82
      "chrome/canary",
83
      "opera/12..latest",
84
      "opera/next",
85
      "safari/5.1..latest",
86
      "ipad/6.0..latest",
87
      "iphone/6.0..latest",
88
      "android-browser/4.2..latest"
89
    ]
90
  },
91
  "version": "1.6.1"
92
}