summaryrefslogtreecommitdiff
path: root/node_modules/sumchecker/package.json
blob: 26289552701aa2bf38b511924d44a839aa1fa7ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
  "_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"
}