mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
|
{
|
||
|
"_from": "write-file-atomic@^2.0.0",
|
||
|
"_id": "write-file-atomic@2.3.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-xuPeK4OdjWqtfi59ylvVL0Yn35SF3zgcAcv7rBPFHVaEapaDr4GdGgm3j7ckTwH9wHL7fGmgfAnb0+THrHb8tA==",
|
||
|
"_location": "/write-file-atomic",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "write-file-atomic@^2.0.0",
|
||
|
"name": "write-file-atomic",
|
||
|
"escapedName": "write-file-atomic",
|
||
|
"rawSpec": "^2.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/configstore"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.3.0.tgz",
|
||
|
"_shasum": "1ff61575c2e2a4e8e510d6fa4e243cce183999ab",
|
||
|
"_spec": "write-file-atomic@^2.0.0",
|
||
|
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\configstore",
|
||
|
"author": {
|
||
|
"name": "Rebecca Turner",
|
||
|
"email": "me@re-becca.org",
|
||
|
"url": "http://re-becca.org"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/iarna/write-file-atomic/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"graceful-fs": "^4.1.11",
|
||
|
"imurmurhash": "^0.1.4",
|
||
|
"signal-exit": "^3.0.2"
|
||
|
},
|
||
|
"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": "^10.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",
|
||
|
"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"
|
||
|
}
|