Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « fstream « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f40ea321388286b6bd4f117537661e8de93fab7c (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
{
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "name": "fstream",
  "description": "Advanced file system stream things",
  "version": "0.1.12",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/fstream.git"
  },
  "main": "fstream.js",
  "engines": {
    "node": "0.5 || 0.6 || 0.7"
  },
  "dependencies": {
    "rimraf": "2",
    "mkdirp": "0.3",
    "graceful-fs": "~1.1.2",
    "inherits": "~1.0.0"
  },
  "devDependencies": {
    "tap": "0.1"
  },
  "scripts": {
    "test": "tap examples/*.js"
  }
}