Files
freifunk-app/node_modules/jest-runtime/node_modules/write-file-atomic/package.json
2018-08-24 18:09:42 +02:00

104 lines
2.7 KiB
JSON

{
"_args": [
[
"write-file-atomic@^2.1.0",
"/home/bernhard/freifunk-app/node_modules/jest-runtime"
]
],
"_from": "write-file-atomic@>=2.1.0 <3.0.0",
"_id": "write-file-atomic@2.3.0",
"_inCache": true,
"_installable": true,
"_location": "/jest-runtime/write-file-atomic",
"_nodeVersion": "8.3.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/write-file-atomic-2.3.0.tgz_1503096898166_0.22769020055420697"
},
"_npmUser": {
"email": "me@re-becca.org",
"name": "iarna"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"name": "write-file-atomic",
"raw": "write-file-atomic@^2.1.0",
"rawSpec": "^2.1.0",
"scope": null,
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.3.0.tgz",
"_shasum": "1ff61575c2e2a4e8e510d6fa4e243cce183999ab",
"_shrinkwrap": null,
"_spec": "write-file-atomic@^2.1.0",
"_where": "/home/bernhard/freifunk-app/node_modules/jest-runtime",
"author": {
"email": "me@re-becca.org",
"name": "Rebecca Turner",
"url": "http://re-becca.org"
},
"bugs": {
"url": "https://github.com/iarna/write-file-atomic/issues"
},
"dependencies": {
"graceful-fs": "^4.1.11",
"imurmurhash": "^0.1.4",
"signal-exit": "^3.0.2"
},
"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": "^10.0.2",
"tap": "^10.3.2"
},
"directories": {},
"dist": {
"integrity": "sha512-xuPeK4OdjWqtfi59ylvVL0Yn35SF3zgcAcv7rBPFHVaEapaDr4GdGgm3j7ckTwH9wHL7fGmgfAnb0+THrHb8tA==",
"shasum": "1ff61575c2e2a4e8e510d6fa4e243cce183999ab",
"tarball": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.3.0.tgz"
},
"files": [
"index.js"
],
"gitHead": "1597785cb9e1152056d905a357b3891b3295506d",
"homepage": "https://github.com/iarna/write-file-atomic",
"keywords": [
"atomic",
"writeFile"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "zkat",
"email": "kat@sykosomatic.org"
},
{
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
},
{
"name": "iarna",
"email": "me@re-becca.org"
}
],
"name": "write-file-atomic",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/iarna/write-file-atomic.git"
},
"scripts": {
"test": "standard && tap --100 test/*.js"
},
"version": "2.3.0"
}