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

package.json « write-file-atomic « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 250f5c1b5f594f261e31b18986e2c0c46384e530 (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
{
  "name": "write-file-atomic",
  "version": "1.1.3",
  "description": "Write files in an atomic fashion w/configurable ownership",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/iarna/write-file-atomic.git"
  },
  "keywords": [
    "writeFile",
    "atomic"
  ],
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org",
    "url": "http://re-becca.org"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/iarna/write-file-atomic/issues"
  },
  "homepage": "https://github.com/iarna/write-file-atomic",
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "slide": "^1.1.5"
  },
  "devDependencies": {
    "require-inject": "^1.1.0",
    "tap": "^0.4.12"
  },
  "gitHead": "65a1e2e156c0d0bfb7acac2e039b943d6ec9876d",
  "_id": "write-file-atomic@1.1.3",
  "_shasum": "60eaca258a0b559b37aca82b21d64a293b4b90d0",
  "_from": "write-file-atomic@>=1.1.3 <1.2.0",
  "_npmVersion": "3.3.0",
  "_nodeVersion": "3.1.0",
  "_npmUser": {
    "name": "iarna",
    "email": "me@re-becca.org"
  },
  "dist": {
    "shasum": "60eaca258a0b559b37aca82b21d64a293b4b90d0",
    "tarball": "http://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.3.tgz"
  },
  "maintainers": [
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.3.tgz",
  "readme": "ERROR: No README data found!"
}