{ "_from": "atomically@^1.7.0", "_id": "atomically@1.7.0", "_inBundle": false, "_integrity": "sha512-Xcz9l0z7y9yQ9rdDaxlmaI4uJHf/T8g9hOEzJcsEqX2SjCj4J20uK7+ldkDHMbpJDK76wF7xEIgxc/vSlsfw5w==", "_location": "/atomically", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "atomically@^1.7.0", "name": "atomically", "escapedName": "atomically", "rawSpec": "^1.7.0", "saveSpec": null, "fetchSpec": "^1.7.0" }, "_requiredBy": [ "/conf" ], "_resolved": "https://registry.npmmirror.com/atomically/-/atomically-1.7.0.tgz", "_shasum": "c07a0458432ea6dbc9a3506fffa424b48bccaafe", "_spec": "atomically@^1.7.0", "_where": "/data/wwwroot/qimall/node/node_modules/conf", "author": { "name": "Fabio Spampinato", "email": "spampinabio@gmail.com" }, "bugs": { "url": "https://github.com/fabiospampinato/atomically/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Read and write files atomically and reliably.", "devDependencies": { "@types/node": "^12.7.2", "lodash": "^4.17.19", "mkdirp": "^1.0.4", "promise-resolve-timeout": "^1.2.1", "require-inject": "^1.4.4", "rimraf": "^3.0.2", "tap": "^14.10.7", "typescript": "^3.5.3", "typescript-transform-export-interop": "^1.0.2", "write-file-atomic": "^3.0.3" }, "engines": { "node": ">=10.12.0" }, "homepage": "https://github.com/fabiospampinato/atomically#readme", "keywords": [ "atomic", "read", "write", "file", "reliable" ], "license": "MIT", "main": "dist/index.js", "name": "atomically", "repository": { "type": "git", "url": "git+https://github.com/fabiospampinato/atomically.git" }, "scripts": { "benchmark": "node ./tasks/benchmark.js", "clean": "rimraf dist", "compile": "tsc --skipLibCheck && tstei", "compile:watch": "tsc --skipLibCheck --watch", "prepublishOnly": "npm run clean && npm run compile && npm run test", "test": "tap --no-coverage-report", "test:watch": "tap --no-coverage-report --watch" }, "types": "dist/index.d.ts", "version": "1.7.0" }