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/sumchecker/package.json | |
| parent | dialog box for adding items (diff) | |
| download | launcher-7d5a0696ccc642db0d14aae8677ecada40bf85d1.tar.xz launcher-7d5a0696ccc642db0d14aae8677ecada40bf85d1.zip | |
inital commit
Diffstat (limited to 'node_modules/sumchecker/package.json')
| -rw-r--r-- | node_modules/sumchecker/package.json | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/node_modules/sumchecker/package.json b/node_modules/sumchecker/package.json deleted file mode 100644 index 2628955..0000000 --- a/node_modules/sumchecker/package.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "_from": "sumchecker@^1.2.0", - "_id": "[email protected]", - "_inBundle": false, - "_integrity": "sha1-ebs7RFbdBPGOvbwNcDodHa7FEF0=", - "_location": "/sumchecker", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "sumchecker@^1.2.0", - "name": "sumchecker", - "escapedName": "sumchecker", - "rawSpec": "^1.2.0", - "saveSpec": null, - "fetchSpec": "^1.2.0" - }, - "_requiredBy": [ - "/electron-download" - ], - "_resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-1.3.1.tgz", - "_shasum": "79bb3b4456dd04f18ebdbc0d703a1d1daec5105d", - "_spec": "sumchecker@^1.2.0", - "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/electron-download", - "author": { - "name": "Mark Lee" - }, - "babel": { - "presets": [ - "es2015" - ] - }, - "bugs": { - "url": "https://github.com/malept/sumchecker/issues" - }, - "bundleDependencies": false, - "dependencies": { - "debug": "^2.2.0", - "es6-promise": "^4.0.5" - }, - "deprecated": false, - "description": "Checksum validator", - "devDependencies": { - "babel-cli": "^6.14.0", - "babel-preset-es2015": "^6.14.0", - "babel-register": "^6.14.0", - "codeclimate-test-reporter": "^0.4.0", - "eslint": "^3.3.1", - "eslint-config-standard": "^6.0.0-beta.3", - "eslint-plugin-promise": "^3.3.0", - "eslint-plugin-standard": "^2.0.0", - "intern": "^3.3.1", - "nyc": "^8.1.0" - }, - "eslintConfig": { - "env": { - "amd": true - }, - "extends": "standard", - "parserOptions": { - "sourceType": "script" - }, - "rules": { - "strict": [ - "error" - ] - } - }, - "homepage": "https://github.com/malept/sumchecker#readme", - "keywords": [ - "checksum", - "hash" - ], - "license": "Apache-2.0", - "main": "build.js", - "name": "sumchecker", - "repository": { - "type": "git", - "url": "git+https://github.com/malept/sumchecker.git" - }, - "scripts": { - "ci": "eslint . && intern-client config=tests/intern suites=tests/index reporters=Lcov reporters=Console && codeclimate-test-reporter < lcov.info", - "oldNodeCI": "babel --out-file tests/transpiled.js tests/index.js && intern-client config=tests/intern suites=tests/transpiled reporters=Console", - "prepublish": "babel --out-file build.js index.js", - "test": "eslint . && intern-client config=tests/intern suites=tests/index reporters=Pretty" - }, - "version": "1.3.1" -} |