diff options
| author | Priyansh <[email protected]> | 2020-12-22 17:50:12 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-12-22 17:50:12 +0530 |
| commit | 22dc033f4938d6a19e086a1cbd36ec5cade5eaab (patch) | |
| tree | 9feb963ccd5c1581e676e41004801abc67db3357 /node_modules/sumchecker/package.json | |
| parent | e93da8b04da86773247aadb1cbb1912e4f4526b2 (diff) | |
| download | styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip | |
Remove node_modules
Diffstat (limited to 'node_modules/sumchecker/package.json')
| -rw-r--r-- | node_modules/sumchecker/package.json | 106 |
1 files changed, 0 insertions, 106 deletions
diff --git a/node_modules/sumchecker/package.json b/node_modules/sumchecker/package.json deleted file mode 100644 index 73d6e1b..0000000 --- a/node_modules/sumchecker/package.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "_from": "sumchecker@^3.0.1", - "_id": "[email protected]", - "_inBundle": false, - "_integrity": "sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg==", - "_location": "/sumchecker", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "sumchecker@^3.0.1", - "name": "sumchecker", - "escapedName": "sumchecker", - "rawSpec": "^3.0.1", - "saveSpec": null, - "fetchSpec": "^3.0.1" - }, - "_requiredBy": [ - "/@electron/get" - ], - "_resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-3.0.1.tgz", - "_shasum": "6377e996795abb0b6d348e9b3e1dfb24345a8e42", - "_spec": "sumchecker@^3.0.1", - "_where": "/Users/lucifer/Documents/styx/node_modules/@electron/get", - "author": { - "name": "Mark Lee" - }, - "ava": { - "babel": false, - "compileEnhancements": false - }, - "bugs": { - "url": "https://github.com/malept/sumchecker/issues" - }, - "bundleDependencies": false, - "dependencies": { - "debug": "^4.1.0" - }, - "deprecated": false, - "description": "Checksum validator", - "devDependencies": { - "ava": "^2.2.0", - "codecov": "^3.3.0", - "eslint": "^6.1.0", - "eslint-config-standard": "^14.0.0", - "eslint-plugin-ava": "^9.0.0", - "eslint-plugin-import": "^2.18.2", - "eslint-plugin-node": "^10.0.0", - "eslint-plugin-promise": "^4.0.1", - "eslint-plugin-standard": "^4.0.0", - "nyc": "^14.0.0", - "tsd": "^0.11.0" - }, - "engines": { - "node": ">= 8.0" - }, - "eslintConfig": { - "extends": [ - "eslint:recommended", - "plugin:ava/recommended", - "plugin:import/errors", - "plugin:import/warnings", - "plugin:node/recommended", - "plugin:promise/recommended", - "standard" - ], - "plugins": [ - "ava" - ], - "rules": { - "node/no-unpublished-require": [ - "error", - { - "allowModules": [ - "ava" - ] - } - ], - "strict": [ - "error" - ] - } - }, - "homepage": "https://github.com/malept/sumchecker#readme", - "keywords": [ - "checksum", - "hash" - ], - "license": "Apache-2.0", - "main": "index.js", - "name": "sumchecker", - "repository": { - "type": "git", - "url": "git+https://github.com/malept/sumchecker.git" - }, - "scripts": { - "ava": "ava test/index.js", - "codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov", - "coverage": "nyc ava test/index.js", - "lint": "eslint .", - "test": "npm run lint && npm run ava && npm run tsd", - "tsd": "tsd" - }, - "types": "index.d.ts", - "version": "3.0.1" -} |
