82 lines
2.0 KiB
JSON
82 lines
2.0 KiB
JSON
|
{
|
||
|
"_from": "sumchecker",
|
||
|
"_id": "sumchecker@2.0.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-D0LBDl0F2l1C7qPlbDOZo31sWz4=",
|
||
|
"_location": "/sumchecker",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "sumchecker",
|
||
|
"name": "sumchecker",
|
||
|
"escapedName": "sumchecker",
|
||
|
"rawSpec": "",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "latest"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-2.0.2.tgz",
|
||
|
"_shasum": "0f42c10e5d05da5d42eea3e56c3399a37d6c5b3e",
|
||
|
"_spec": "sumchecker",
|
||
|
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
|
||
|
"author": {
|
||
|
"name": "Mark Lee"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/malept/sumchecker/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"debug": "^2.2.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Checksum validator",
|
||
|
"devDependencies": {
|
||
|
"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"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 4.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": "index.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",
|
||
|
"test": "eslint . && intern-client config=tests/intern suites=tests/index reporters=Pretty"
|
||
|
},
|
||
|
"version": "2.0.2"
|
||
|
}
|