atcheck/lsscanner/new_ubuntu/node_modules/sumchecker/package.json

112 lines
2.6 KiB
JSON

{
"_args": [
[
"sumchecker@3.0.0",
"/home/massta/Documents/new"
]
],
"_development": true,
"_from": "sumchecker@3.0.0",
"_id": "sumchecker@3.0.0",
"_inBundle": false,
"_integrity": "sha512-yreseuC/z4iaodVoq07XULEOO9p4jnQazO7mbrnDSvWAU/y2cbyIKs+gWJptfcGu9R+1l27K8Rkj0bfvqnBpgQ==",
"_location": "/sumchecker",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sumchecker@3.0.0",
"name": "sumchecker",
"escapedName": "sumchecker",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/@electron/get"
],
"_resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/home/massta/Documents/new",
"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": "^1.4.1",
"codecov": "^3.3.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-ava": "^6.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nyc": "^14.0.0",
"tsd": "^0.7.2"
},
"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",
"ci": "npm run lint && npm run coverage && npm run tsd",
"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.0"
}