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

package.json « read « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b480aa7691175488e0a8c0cbdb8360325d5b93e (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
{
  "name": "read",
  "version": "1.0.7",
  "main": "lib/read.js",
  "dependencies": {
    "mute-stream": "~0.0.4"
  },
  "devDependencies": {
    "tap": "^1.2.0"
  },
  "engines": {
    "node": ">=0.8"
  },
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "description": "read(1) for node programs",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/read.git"
  },
  "license": "ISC",
  "scripts": {
    "test": "tap test/*.js"
  },
  "files": [
    "lib/read.js"
  ]
}