summaryrefslogtreecommitdiff
path: root/node_modules/steno/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-03 02:48:28 -0700
committer8cy <[email protected]>2020-04-03 02:48:28 -0700
commitf9159ea2d994e14180fb02ab562f0119513e67cf (patch)
tree09d14cdf05456567156738b681379d4bccd64e5c /node_modules/steno/package.json
parent2020/04/03, 02:42, V1.2.1 (diff)
downloads5nical-f9159ea2d994e14180fb02ab562f0119513e67cf.tar.xz
s5nical-f9159ea2d994e14180fb02ab562f0119513e67cf.zip
2020/04/03, 02:47, V1.2.2
Diffstat (limited to 'node_modules/steno/package.json')
-rw-r--r--node_modules/steno/package.json69
1 files changed, 0 insertions, 69 deletions
diff --git a/node_modules/steno/package.json b/node_modules/steno/package.json
deleted file mode 100644
index 6eeb401..0000000
--- a/node_modules/steno/package.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "_from": "steno@^0.4.1",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-BxEFvfwobmYVwEA8J+nXtdy4Vcs=",
- "_location": "/steno",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "steno@^0.4.1",
- "name": "steno",
- "escapedName": "steno",
- "rawSpec": "^0.4.1",
- "saveSpec": null,
- "fetchSpec": "^0.4.1"
- },
- "_requiredBy": [
- "/lowdb"
- ],
- "_resolved": "https://registry.npmjs.org/steno/-/steno-0.4.4.tgz",
- "_shasum": "071105bdfc286e6615c0403c27e9d7b5dcb855cb",
- "_spec": "steno@^0.4.1",
- "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\lowdb",
- "author": {
- "name": "typicode"
- },
- "bugs": {
- "url": "https://github.com/typicode/steno/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "graceful-fs": "^4.1.3"
- },
- "deprecated": false,
- "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"
-}