UNPKG

1.39 kBJSONView Raw
1{
2 "name": "node-object-hash",
3 "version": "1.1.2",
4 "description": "Node.js object hash library with properties/arrays sorting to provide constant hashes",
5 "main": "index.js",
6 "homepage": "https://github.com/SkeLLLa/node-object-hash",
7 "directories": {
8 "test": "test"
9 },
10 "dependencies": {},
11 "devDependencies": {
12 "benchmark": "^2.1.3",
13 "chai": "^3.5.0",
14 "eslint": "^3.14.0",
15 "faker": "^3.1.0",
16 "hash-object": "^0.1.7",
17 "istanbul": "^0.4.5",
18 "jsdoc-to-markdown": "^2.0.1",
19 "mocha": "^3.2.0",
20 "object-hash": "^1.1.5"
21 },
22 "scripts": {
23 "test": "mocha",
24 "lint": "eslint .",
25 "cover": "istanbul cover _mocha",
26 "bench": "node --expose-gc ./bench/index.js",
27 "bench2": "node --expose-gc ./bench/bench.js",
28 "jsdoc": "jsdoc2md -t ./README.hbs --private 'objectSorter.js' 'index.js' > README.md && jsdoc2md --private 'objectSorter.js' 'index.js' > API.md"
29 },
30 "repository": {
31 "type": "git",
32 "url": "git@github.com:SkeLLLa/node-object-hash.git"
33 },
34 "bugs": {
35 "url": "https://github.com/SkeLLLa/node-object-hash/issues"
36 },
37 "keywords": [
38 "hash",
39 "object",
40 "hash-object",
41 "es6",
42 "crypto"
43 ],
44 "author": {
45 "name" : "Alexander Kureniov",
46 "email" : "s@zxc.pp.ua",
47 "url" : "https://github.com/SkeLLLa"
48 },
49 "license": "ISC",
50 "engines": {
51 "node": ">=0.10.0"
52 }
53}