mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
|
{
|
||
|
"_from": "write-file-atomic@^3.0.0",
|
||
|
"_id": "write-file-atomic@3.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-JPStrIyyVJ6oCSz/691fAjFtefZ6q+fP6tm+OS4Qw6o+TGQxNp1ziY2PgS+X/m0V8OWhZiO/m4xSj+Pr4RrZvw==",
|
||
|
"_location": "/write-file-atomic",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "write-file-atomic@^3.0.0",
|
||
|
"name": "write-file-atomic",
|
||
|
"escapedName": "write-file-atomic",
|
||
|
"rawSpec": "^3.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^3.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/configstore"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.1.tgz",
|
||
|
"_shasum": "558328352e673b5bb192cf86500d60b230667d4b",
|
||
|
"_spec": "write-file-atomic@^3.0.0",
|
||
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix\\node_modules\\configstore",
|
||
|
"author": {
|
||
|
"name": "Rebecca Turner",
|
||
|
"email": "me@re-becca.org",
|
||
|
"url": "http://re-becca.org"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/npm/write-file-atomic/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"imurmurhash": "^0.1.4",
|
||
|
"is-typedarray": "^1.0.0",
|
||
|
"signal-exit": "^3.0.2",
|
||
|
"typedarray-to-buffer": "^3.1.5"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"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": "^12.0.1",
|
||
|
"tap": "^14.1.1"
|
||
|
},
|
||
|
"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": {
|
||
|
"postpublish": "git push origin --follow-tags",
|
||
|
"posttest": "rimraf chowncopy good nochmod nochown nofsync nofsyncopt noopen norename \"norename nounlink\" nowrite",
|
||
|
"postversion": "npm publish",
|
||
|
"pretest": "standard",
|
||
|
"preversion": "npm test",
|
||
|
"test": "tap"
|
||
|
},
|
||
|
"tap": {
|
||
|
"100": true
|
||
|
},
|
||
|
"version": "3.0.1"
|
||
|
}
|