github-pages-deploy-action/node_modules/write-file-atomic/package.json

82 lines
2.0 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args": [
[
"write-file-atomic@3.0.3",
"."
]
],
"_development": true,
"_from": "write-file-atomic@3.0.3",
2020-03-31 20:42:07 +08:00
"_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": {
2020-03-31 20:54:32 +08:00
"type": "version",
2020-03-31 20:42:07 +08:00
"registry": true,
2020-03-31 20:54:32 +08:00
"raw": "write-file-atomic@3.0.3",
2020-03-31 20:42:07 +08:00
"name": "write-file-atomic",
"escapedName": "write-file-atomic",
2020-03-31 20:54:32 +08:00
"rawSpec": "3.0.3",
2020-03-31 20:42:07 +08:00
"saveSpec": null,
2020-03-31 20:54:32 +08:00
"fetchSpec": "3.0.3"
2020-03-31 20:42:07 +08:00
},
"_requiredBy": [
"/@jest/transform"
],
"_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
2020-03-31 20:54:32 +08:00
"_spec": "3.0.3",
"_where": ".",
2020-03-31 20:42:07 +08:00
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
"url": "http://re-becca.org"
},
"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"
},
"description": "Write files in an atomic fashion w/configurable ownership",
"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"
],
"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"
},
"tap": {
"100": true
},
"version": "3.0.3"
}