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

package.json « write-file-atomic « node_modules « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 871d423bf476a23baecbcf23666327c062d8f282 (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
{
  "name": "write-file-atomic",
  "version": "3.0.1",
  "description": "Write files in an atomic fashion w/configurable ownership",
  "main": "index.js",
  "scripts": {
    "pretest": "standard",
    "test": "tap",
    "posttest": "rimraf chowncopy good nochmod nochown nofsync nofsyncopt noopen norename \"norename nounlink\" nowrite",
    "preversion": "npm test",
    "postversion": "npm publish",
    "postpublish": "git push origin --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/npm/write-file-atomic.git"
  },
  "keywords": [
    "writeFile",
    "atomic"
  ],
  "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/npm/write-file-atomic/issues"
  },
  "homepage": "https://github.com/npm/write-file-atomic",
  "dependencies": {
    "imurmurhash": "^0.1.4",
    "is-typedarray": "^1.0.0",
    "signal-exit": "^3.0.2",
    "typedarray-to-buffer": "^3.1.5"
  },
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "require-inject": "^1.4.4",
    "rimraf": "^2.6.3",
    "standard": "^12.0.1",
    "tap": "^14.1.1"
  },
  "files": [
    "index.js"
  ],
  "tap": {
    "100": true
  }
}