{ "_args": [ [ "steno@0.4.4", "E:\\2023\\5\\myjadmin" ] ], "_from": "steno@0.4.4", "_id": "steno@0.4.4", "_inBundle": false, "_integrity": "sha512-EEHMVYHNXFHfGtgjNITnka0aHhiAlo93F7z2/Pwd+g0teG9CnM3JIINM7hVVB5/rhw9voufD7Wukwgtw2uqh6w==", "_location": "/steno", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "steno@0.4.4", "name": "steno", "escapedName": "steno", "rawSpec": "0.4.4", "saveSpec": null, "fetchSpec": "0.4.4" }, "_requiredBy": [ "/lowdb" ], "_resolved": "https://registry.npmjs.org/steno/-/steno-0.4.4.tgz", "_spec": "0.4.4", "_where": "E:\\2023\\5\\myjadmin", "author": { "name": "typicode" }, "bugs": { "url": "https://github.com/typicode/steno/issues" }, "dependencies": { "graceful-fs": "^4.1.3" }, "description": "Simple file writer with race condition prevention and atomic writing", "devDependencies": { "after": "^0.8.1", "husky": "^0.11.1", "standard": "^6.0.7", "tap-dot": "^0.2.3", "tape": "^3.0.1" }, "homepage": "https://github.com/typicode/steno", "keywords": [ "fs", "file", "write", "writer", "asynchronous", "race", "condition", "atomic", "writing", "safe" ], "license": "MIT", "main": "index.js", "name": "steno", "repository": { "type": "git", "url": "git+https://github.com/typicode/steno.git" }, "scripts": { "prepush": "npm test", "test": "node test | tap-dot && standard" }, "version": "0.4.4" }