summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-lifecycle/node_modules/node-gyp/node_modules/fstream/package.json
blob: 92e06be56284d71f46f0178d704908065154d186 (plain)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "_from": "fstream@^1.0.0",
  "_id": "fstream@1.0.11",
  "_inBundle": false,
  "_integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=",
  "_location": "/npm-lifecycle/node-gyp/fstream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fstream@^1.0.0",
    "name": "fstream",
    "escapedName": "fstream",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/npm-lifecycle/node-gyp",
    "/npm-lifecycle/node-gyp/tar"
  ],
  "_resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
  "_shasum": "5c1fb1f117477114f0632a0eb4b71b3cb0fd3171",
  "_spec": "fstream@^1.0.0",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/npm-lifecycle/node_modules/node-gyp",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/fstream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "inherits": "~2.0.0",
    "mkdirp": ">=0.5 0",
    "rimraf": "2"
  },
  "deprecated": false,
  "description": "Advanced file system stream things",
  "devDependencies": {
    "standard": "^4.0.0",
    "tap": "^1.2.0"
  },
  "engines": {
    "node": ">=0.6"
  },
  "homepage": "https://github.com/npm/fstream#readme",
  "license": "ISC",
  "main": "fstream.js",
  "name": "fstream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/fstream.git"
  },
  "scripts": {
    "test": "standard && tap examples/*.js"
  },
  "version": "1.0.11"
}