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: a05318d86c5e5dc3d88193375d15725be66981a7 (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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
  "_from": "write-file-atomic@~1.3.3",
  "_id": "write-file-atomic@1.3.4",
  "_integrity": "sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8=",
  "_location": "/write-file-atomic",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "write-file-atomic@~1.3.3",
    "name": "write-file-atomic",
    "escapedName": "write-file-atomic",
    "rawSpec": "~1.3.3",
    "saveSpec": null,
    "fetchSpec": "~1.3.3"
  },
  "_requiredBy": [
    "/",
    "/update-notifier/configstore"
  ],
  "_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.4.tgz",
  "_shasum": "f807a4f0b1d9e913ae7a48112e6cc3af1991b45f",
  "_shrinkwrap": null,
  "_spec": "write-file-atomic@~1.3.3",
  "_where": "/Users/zkat/Documents/code/npm",
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org",
    "url": "http://re-becca.org"
  },
  "bin": null,
  "bugs": {
    "url": "https://github.com/iarna/write-file-atomic/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "graceful-fs": "^4.1.11",
    "imurmurhash": "^0.1.4",
    "slide": "^1.1.5"
  },
  "deprecated": false,
  "description": "Write files in an atomic fashion w/configurable ownership",
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "require-inject": "^1.4.0",
    "rimraf": "^2.5.4",
    "standard": "^9.0.2",
    "tap": "^10.3.2"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/iarna/write-file-atomic",
  "keywords": [
    "writeFile",
    "atomic"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "write-file-atomic",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/iarna/write-file-atomic.git"
  },
  "scripts": {
    "test": "standard && tap --coverage test/*.js"
  },
  "version": "1.3.4"
}