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
| {
| "_from": "node-object-hash@^1.2.0",
| "_id": "node-object-hash@1.4.2",
| "_inBundle": false,
| "_integrity": "sha512-UdS4swXs85fCGWWf6t6DMGgpN/vnlKeSGEQ7hJcrs7PBFoxoKLmibc3QRb7fwiYsjdL7PX8iI/TMSlZ90dgHhQ==",
| "_location": "/node-object-hash",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "node-object-hash@^1.2.0",
| "name": "node-object-hash",
| "escapedName": "node-object-hash",
| "rawSpec": "^1.2.0",
| "saveSpec": null,
| "fetchSpec": "^1.2.0"
| },
| "_requiredBy": [
| "/hard-source-webpack-plugin"
| ],
| "_resolved": "https://registry.npmjs.org/node-object-hash/-/node-object-hash-1.4.2.tgz",
| "_shasum": "385833d85b229902b75826224f6077be969a9e94",
| "_spec": "node-object-hash@^1.2.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\hard-source-webpack-plugin",
| "author": {
| "name": "Alexander Kureniov",
| "email": "s@zxc.pp.ua",
| "url": "https://github.com/SkeLLLa"
| },
| "bugs": {
| "url": "https://github.com/SkeLLLa/node-object-hash/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Node.js object hash library with properties/arrays sorting to provide constant hashes",
| "devDependencies": {
| "@types/node": "^10.0.0",
| "benchmark": "^2.1.4",
| "chai": "^4.1.2",
| "eslint": "^4.19.1",
| "eslint-config-google": "^0.9.1",
| "faker": "^4.1.0",
| "hash-object": "^0.1.7",
| "istanbul": "^0.4.5",
| "jsdoc-to-markdown": "^4.0.0",
| "mocha": "^5.2.0",
| "object-hash": "^1.3.0",
| "typescript": "^3.2.4"
| },
| "directories": {
| "test": "test"
| },
| "engines": {
| "node": ">=0.10.0"
| },
| "homepage": "https://github.com/SkeLLLa/node-object-hash",
| "keywords": [
| "hash",
| "object",
| "hash-object",
| "object-hash",
| "es6",
| "crypto"
| ],
| "license": "ISC",
| "main": "index.js",
| "name": "node-object-hash",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/SkeLLLa/node-object-hash.git"
| },
| "scripts": {
| "bench": "node --expose-gc ./bench/index.js",
| "bench2": "node --expose-gc ./bench/bench.js",
| "cover": "istanbul cover _mocha",
| "jsdoc": "jsdoc2md -t ./README.hbs --private 'objectSorter.js' 'index.js' > README.md && jsdoc2md --private 'objectSorter.js' 'index.js' > API.md",
| "lint": "eslint .",
| "outdated": "npm outdate || true",
| "test": "mocha",
| "tsc": "tsc index.d.ts objectSorter.d.ts --noImplicitAny"
| },
| "version": "1.4.2"
| }
|
|