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
| {
| "_from": "hash-sum@^2.0.0",
| "_id": "hash-sum@2.0.0",
| "_inBundle": false,
| "_integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==",
| "_location": "/hash-sum",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "hash-sum@^2.0.0",
| "name": "hash-sum",
| "escapedName": "hash-sum",
| "rawSpec": "^2.0.0",
| "saveSpec": null,
| "fetchSpec": "^2.0.0"
| },
| "_requiredBy": [
| "/@nuxt/builder",
| "/@nuxt/core",
| "/@nuxt/utils",
| "/@nuxt/webpack"
| ],
| "_resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz",
| "_shasum": "81d01bb5de8ea4a214ad5d6ead1b523460b0b45a",
| "_spec": "hash-sum@^2.0.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\builder",
| "authors": [
| "Nicolas Bevacqua <nicolasbevacqua@gmail.com>"
| ],
| "bugs": {
| "url": "https://github.com/bevacqua/hash-sum/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "Blazing fast unique hash generator",
| "devDependencies": {
| "jshint": "2.5.0",
| "jshint-stylish": "0.2.0",
| "lodash": "4.17.11",
| "tape": "3.0.3"
| },
| "homepage": "https://github.com/bevacqua/hash-sum",
| "license": "MIT",
| "main": "hash-sum.js",
| "name": "hash-sum",
| "repository": {
| "type": "git",
| "url": "git://github.com/bevacqua/hash-sum.git"
| },
| "scripts": {
| "test": "jshint . && tape test.js"
| },
| "version": "2.0.0"
| }
|
|