package.json 2.13 KB
Newer Older
huahua committed
1
{
huahua committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  "_args": [
    [
      "write-file-atomic@3.0.3",
      "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5"
    ]
  ],
  "_development": true,
  "_from": "write-file-atomic@3.0.3",
  "_id": "write-file-atomic@3.0.3",
  "_inBundle": false,
  "_integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
  "_location": "/write-file-atomic",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "write-file-atomic@3.0.3",
    "name": "write-file-atomic",
    "escapedName": "write-file-atomic",
    "rawSpec": "3.0.3",
    "saveSpec": null,
    "fetchSpec": "3.0.3"
huahua committed
24
  },
huahua committed
25 26
  "_requiredBy": [
    "/configstore"
huahua committed
27
  ],
huahua committed
28 29 30 31 32 33 34 35
  "_resolved": "https://registry.npmmirror.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
  "_spec": "3.0.3",
  "_where": "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5",
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org",
    "url": "http://re-becca.org"
  },
huahua committed
36 37 38 39 40 41 42 43 44
  "bugs": {
    "url": "https://github.com/npm/write-file-atomic/issues"
  },
  "dependencies": {
    "imurmurhash": "^0.1.4",
    "is-typedarray": "^1.0.0",
    "signal-exit": "^3.0.2",
    "typedarray-to-buffer": "^3.1.5"
  },
huahua committed
45
  "description": "Write files in an atomic fashion w/configurable ownership",
huahua committed
46 47 48 49 50 51 52 53 54 55
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "require-inject": "^1.4.4",
    "rimraf": "^2.6.3",
    "standard": "^14.3.1",
    "tap": "^14.10.6"
  },
  "files": [
    "index.js"
  ],
huahua committed
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
  "homepage": "https://github.com/npm/write-file-atomic",
  "keywords": [
    "writeFile",
    "atomic"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "write-file-atomic",
  "repository": {
    "type": "git",
    "url": "git://github.com/npm/write-file-atomic.git"
  },
  "scripts": {
    "lint": "standard",
    "postlint": "rimraf chowncopy good nochmod nochown nofsync nofsyncopt noopen norename \"norename nounlink\" nowrite",
    "posttest": "npm run lint",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "test": "tap"
  },
huahua committed
77 78
  "tap": {
    "100": true
huahua committed
79 80
  },
  "version": "3.0.3"
huahua committed
81
}