diff options
| author | Arman <[email protected]> | 2018-08-02 16:50:59 -0700 |
|---|---|---|
| committer | Arman <[email protected]> | 2018-08-02 16:50:59 -0700 |
| commit | 7d5a0696ccc642db0d14aae8677ecada40bf85d1 (patch) | |
| tree | 1bbbcf2f4c4a3a733326ac2401375f8d891cb2f1 /node_modules/pretty-bytes/package.json | |
| parent | dialog box for adding items (diff) | |
| download | launcher-7d5a0696ccc642db0d14aae8677ecada40bf85d1.tar.xz launcher-7d5a0696ccc642db0d14aae8677ecada40bf85d1.zip | |
inital commit
Diffstat (limited to 'node_modules/pretty-bytes/package.json')
| -rw-r--r-- | node_modules/pretty-bytes/package.json | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/node_modules/pretty-bytes/package.json b/node_modules/pretty-bytes/package.json deleted file mode 100644 index 22c090e..0000000 --- a/node_modules/pretty-bytes/package.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "_from": "pretty-bytes@^1.0.2", - "_id": "[email protected]", - "_inBundle": false, - "_integrity": "sha1-CiLoIQYJrTVUL4yNXSFZr/B1HIQ=", - "_location": "/pretty-bytes", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "pretty-bytes@^1.0.2", - "name": "pretty-bytes", - "escapedName": "pretty-bytes", - "rawSpec": "^1.0.2", - "saveSpec": null, - "fetchSpec": "^1.0.2" - }, - "_requiredBy": [ - "/nugget" - ], - "_resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz", - "_shasum": "0a22e8210609ad35542f8c8d5d2159aff0751c84", - "_spec": "pretty-bytes@^1.0.2", - "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/nugget", - "author": { - "name": "Sindre Sorhus", - "email": "[email protected]", - "url": "http://sindresorhus.com" - }, - "bin": { - "pretty-bytes": "cli.js" - }, - "bugs": { - "url": "https://github.com/sindresorhus/pretty-bytes/issues" - }, - "bundleDependencies": false, - "dependencies": { - "get-stdin": "^4.0.1", - "meow": "^3.1.0" - }, - "deprecated": false, - "description": "Convert bytes to a human readable string: 1337 → 1.34 kB", - "devDependencies": { - "mocha": "*" - }, - "engines": { - "node": ">=0.10.0" - }, - "files": [ - "pretty-bytes.js", - "cli.js" - ], - "homepage": "https://github.com/sindresorhus/pretty-bytes#readme", - "keywords": [ - "cli", - "bin", - "browser", - "pretty", - "bytes", - "byte", - "filesize", - "size", - "file", - "human", - "humanized", - "readable", - "si", - "data" - ], - "license": "MIT", - "main": "pretty-bytes.js", - "name": "pretty-bytes", - "repository": { - "type": "git", - "url": "git+https://github.com/sindresorhus/pretty-bytes.git" - }, - "scripts": { - "test": "mocha" - }, - "version": "1.0.4" -} |