Blame view

node_modules/stdout-stream/package.json 1.32 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
  {
    "_from": "stdout-stream@^1.4.0",
    "_id": "stdout-stream@1.4.1",
    "_inBundle": false,
    "_integrity": "sha1-WsF0zdXNcmEEqgwLK9g4FdjVNd4=",
    "_location": "/stdout-stream",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "stdout-stream@^1.4.0",
      "name": "stdout-stream",
      "escapedName": "stdout-stream",
      "rawSpec": "^1.4.0",
      "saveSpec": null,
      "fetchSpec": "^1.4.0"
    },
    "_requiredBy": [
      "/node-sass"
    ],
    "_resolved": "http://registry.npm.taobao.org/stdout-stream/download/stdout-stream-1.4.1.tgz",
    "_shasum": "5ac174cdd5cd726104aa0c0b2bd83815d8d535de",
    "_spec": "stdout-stream@^1.4.0",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/node-sass",
    "bugs": {
      "url": "https://github.com/mafintosh/stdout-stream/issues"
    },
    "bundleDependencies": false,
    "dependencies": {
      "readable-stream": "^2.0.1"
    },
    "deprecated": false,
    "description": "Non-blocking stdout stream",
    "devDependencies": {
      "tape": "~2.12.3"
    },
    "homepage": "https://github.com/mafintosh/stdout-stream#readme",
    "license": "MIT",
    "name": "stdout-stream",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/mafintosh/stdout-stream.git"
    },
    "scripts": {
      "test": "tape test/index.js"
    },
    "version": "1.4.1"
  }