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

package.json « fstream-npm « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b2ccc99d270dac9f29a9fe94fcc7865d1324162 (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
{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "name": "fstream-npm",
  "description": "fstream class for creating npm packages",
  "version": "1.0.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/fstream-npm.git"
  },
  "main": "./fstream-npm.js",
  "dependencies": {
    "fstream-ignore": "^1.0.0",
    "inherits": "2"
  },
  "license": "ISC",
  "gitHead": "4a95e1903f93dc122320349bb55e367ddd08ad6b",
  "bugs": {
    "url": "https://github.com/isaacs/fstream-npm/issues"
  },
  "homepage": "https://github.com/isaacs/fstream-npm",
  "_id": "fstream-npm@1.0.1",
  "scripts": {},
  "_shasum": "1e35c77f0fa24f5d6367e6d447ae7d6ddb482db2",
  "_from": "fstream-npm@1.0.1",
  "_npmVersion": "2.1.3",
  "_nodeVersion": "0.10.31",
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "dist": {
    "shasum": "1e35c77f0fa24f5d6367e6d447ae7d6ddb482db2",
    "tarball": "http://registry.npmjs.org/fstream-npm/-/fstream-npm-1.0.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/fstream-npm/-/fstream-npm-1.0.1.tgz"
}