package.json
1.42 KB
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
{
"_from": "crypto",
"_id": "crypto@1.0.1",
"_inBundle": false,
"_integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==",
"_location": "/crypto",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "crypto",
"name": "crypto",
"escapedName": "crypto",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz",
"_shasum": "2af1b7cad8175d24c8a1b0778255794a21803037",
"_spec": "crypto",
"_where": "C:\\Users\\worro\\Desktop\\vue\\backend",
"author": "",
"bugs": {
"url": "https://github.com/npm/deprecate-holder/issues"
},
"bundleDependencies": false,
"deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.",
"description": "This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.",
"homepage": "https://github.com/npm/deprecate-holder#readme",
"license": "ISC",
"main": "index.js",
"name": "crypto",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/deprecate-holder.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.1"
}