123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "_args": [
- [
- "sumchecker@3.0.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "sumchecker@3.0.1",
- "_id": "sumchecker@3.0.1",
- "_inBundle": false,
- "_integrity": "sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg==",
- "_location": "/sumchecker",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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",
- "_spec": "3.0.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Mark Lee"
- },
- "ava": {
- "babel": false,
- "compileEnhancements": false
- },
- "bugs": {
- "url": "https://github.com/malept/sumchecker/issues"
- },
- "dependencies": {
- "debug": "^4.1.0"
- },
- "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"
- }
|