mirror of
https://github.com/actions/setup-python.git
synced 2024-11-13 07:11:06 +07:00
72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"write-file-atomic@2.4.1",
|
|
"C:\\Users\\Administrator\\Documents\\setup-python"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_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",
|
|
"_spec": "2.4.1",
|
|
"_where": "C:\\Users\\Administrator\\Documents\\setup-python",
|
|
"author": {
|
|
"name": "Rebecca Turner",
|
|
"email": "me@re-becca.org",
|
|
"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": "^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"
|
|
}
|