You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

67 lines
1.8 KiB

{
"_from": "write-file-atomic@2.4.1",
"_id": "write-file-atomic@2.4.1",
"_inBundle": false,
"_integrity": "sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg==",
"_location": "/write-file-atomic",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "write-file-atomic@2.4.1",
"name": "write-file-atomic",
"escapedName": "write-file-atomic",
"rawSpec": "2.4.1",
"saveSpec": null,
"fetchSpec": "2.4.1"
},
"_requiredBy": [
"/@jest/transform"
],
"_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.1.tgz",
"_shasum": "d0b05463c188ae804396fd5ab2a370062af87529",
"_spec": "write-file-atomic@2.4.1",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\@jest\\transform",
"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": "^12.0.1",
"tap": "^12.1.3"
},
"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.4.1"
}