71 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2025-04-24 17:03:28 +08:00
{
"_args": [
[
"write-file-atomic@1.3.4",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "write-file-atomic@1.3.4",
"_id": "write-file-atomic@1.3.4",
"_inBundle": false,
"_integrity": "sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8=",
"_location": "/write-file-atomic",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "write-file-atomic@1.3.4",
"name": "write-file-atomic",
"escapedName": "write-file-atomic",
"rawSpec": "1.3.4",
"saveSpec": null,
"fetchSpec": "1.3.4"
},
"_requiredBy": [
"/node-localstorage"
],
"_resolved": "https://registry.npm.taobao.org/write-file-atomic/download/write-file-atomic-1.3.4.tgz",
"_spec": "1.3.4",
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
"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",
"slide": "^1.1.5"
},
"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": "^9.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 --coverage test/*.js"
},
"version": "1.3.4"
}