diff options
| author | 8cy <[email protected]> | 2020-04-03 02:48:28 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-03 02:48:28 -0700 |
| commit | f9159ea2d994e14180fb02ab562f0119513e67cf (patch) | |
| tree | 09d14cdf05456567156738b681379d4bccd64e5c /node_modules/lowdb/package.json | |
| parent | 2020/04/03, 02:42, V1.2.1 (diff) | |
| download | s5nical-f9159ea2d994e14180fb02ab562f0119513e67cf.tar.xz s5nical-f9159ea2d994e14180fb02ab562f0119513e67cf.zip | |
2020/04/03, 02:47, V1.2.2
Diffstat (limited to 'node_modules/lowdb/package.json')
| -rw-r--r-- | node_modules/lowdb/package.json | 107 |
1 files changed, 0 insertions, 107 deletions
diff --git a/node_modules/lowdb/package.json b/node_modules/lowdb/package.json deleted file mode 100644 index 310f498..0000000 --- a/node_modules/lowdb/package.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "_from": "lowdb@^0.14.0", - "_id": "[email protected]", - "_inBundle": false, - "_integrity": "sha1-zOTmr/6GfGzUsZazgtM1m00577U=", - "_location": "/lowdb", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "lowdb@^0.14.0", - "name": "lowdb", - "escapedName": "lowdb", - "rawSpec": "^0.14.0", - "saveSpec": null, - "fetchSpec": "^0.14.0" - }, - "_requiredBy": [ - "/node-file-cache" - ], - "_resolved": "https://registry.npmjs.org/lowdb/-/lowdb-0.14.0.tgz", - "_shasum": "cce4e6affe867c6cd4b196b382d3359b4d39efb5", - "_spec": "lowdb@^0.14.0", - "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\node-file-cache", - "author": { - "name": "Typicode", - "email": "[email protected]" - }, - "browser": { - "./lib/index.node.js": "./lib/index.browser.js" - }, - "bugs": { - "url": "https://github.com/typicode/lowdb/issues" - }, - "bundleDependencies": false, - "dependencies": { - "graceful-fs": "^4.1.3", - "is-promise": "^2.1.0", - "json-parse-helpfulerror": "^1.0.3", - "lodash": "4", - "steno": "^0.4.1" - }, - "deprecated": false, - "description": "JSON database for Node and the browser powered by lodash API", - "devDependencies": { - "babel-cli": "^6.2.0", - "babel-eslint": "^7.0.0", - "babel-loader": "^6.2.2", - "babel-polyfill": "^6.9.1", - "babel-preset-es2015": "^6.1.18", - "babel-preset-stage-3": "^6.3.13", - "babel-register": "^6.9.0", - "browserify": "^13.0.1", - "husky": "^0.11.9", - "lodash": "^4.12.0", - "sinon": "^1.17.2", - "standard": "^8.5.0", - "tap-spec": "^4.1.1", - "tape": "^4.2.2", - "tempfile": "^1.1.1", - "uglify-js": "^2.6.2", - "underscore-db": "^0.12.0", - "webpack": "^1.12.13" - }, - "engines": { - "node": ">= 0.12" - }, - "homepage": "https://github.com/typicode/lowdb", - "keywords": [ - "flat", - "file", - "local", - "database", - "storage", - "JSON", - "lo-dash", - "lodash", - "underscore", - "localStorage", - "embed", - "embeddable" - ], - "license": "MIT", - "main": "./lib/index.node.js", - "name": "lowdb", - "repository": { - "type": "git", - "url": "git://github.com/typicode/lowdb.git" - }, - "scripts": { - "babel": "babel src --out-dir lib", - "browserify": "mkdir -p dist && browserify lib/index.browser.js -o dist/lowdb.js --standalone low", - "build": "npm run babel && npm run browserify && npm run uglify", - "precommit": "npm test", - "prepublish": "npm run build", - "test": "tape -r babel-register -r babel-polyfill test/*.js | tap-spec", - "uglify": "uglifyjs dist/lowdb.js -o dist/lowdb.min.js" - }, - "standard": { - "parser": "babel-eslint" - }, - "typescript": { - "definition": "./lowdb.d.ts" - }, - "typings": "./lowdb.d.ts", - "version": "0.14.0" -} |