package.json
2.35 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
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
{
"_from": "asmcrypto.js@^0.22.0",
"_id": "asmcrypto.js@0.22.0",
"_inBundle": false,
"_integrity": "sha512-usgMoyXjMbx/ZPdzTSXExhMPur2FTdz/Vo5PVx2gIaBcdAAJNOFlsdgqveM8Cff7W0v+xrf9BwjOV26JSAF9qA==",
"_location": "/asmcrypto.js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "asmcrypto.js@^0.22.0",
"name": "asmcrypto.js",
"escapedName": "asmcrypto.js",
"rawSpec": "^0.22.0",
"saveSpec": null,
"fetchSpec": "^0.22.0"
},
"_requiredBy": [
"/isomorphic-webcrypto"
],
"_resolved": "https://registry.npmjs.org/asmcrypto.js/-/asmcrypto.js-0.22.0.tgz",
"_shasum": "38fc1440884d802c7bd37d1d23c2b26a5cd5d2d2",
"_spec": "asmcrypto.js@^0.22.0",
"_where": "C:\\Projects\\guntsi\\gun\\node_modules\\isomorphic-webcrypto",
"author": {
"name": "Artem S Vybornov",
"email": "vybornov@gmail.com",
"url": "https://github.com/vibornoff"
},
"bugs": {
"url": "https://github.com/vibornoff/asmcrypto.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Ádám Lippai",
"email": "adam@rigo.sk",
"url": "https://github.com/alippai"
},
{
"name": "Ximin Luo",
"email": "infinity0@pwned.gg",
"url": "https://github.com/infinity0"
}
],
"deprecated": false,
"description": "Asm.js implementation of WebCrypto API",
"devDependencies": {
"grunt": "~1.0",
"grunt-cli": "~1.2",
"grunt-contrib-clean": "~1.1",
"grunt-contrib-concat": "~1.0",
"grunt-contrib-connect": "~1.0",
"grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-contrib-watch": "~1.0",
"grunt-jsdoc": "~2.2",
"grunt-rollup": "^9.0.0",
"grunt-shell": "^2.1.0",
"prettier": "^1.10.2",
"qunit-puppeteer": "^1.0.1",
"uglify-es": "^3.3.4"
},
"homepage": "https://github.com/vibornoff/asmcrypto.js",
"license": "MIT",
"main": "asmcrypto.js",
"module": "asmcrypto.mjs",
"name": "asmcrypto.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vibornoff/asmcrypto.js.git"
},
"scripts": {
"prepublish": "grunt && grunt esm && grunt all",
"prettier": "prettier --single-quote --trailing-comma all --write \"src/**/*.js\" --print-width 120",
"test": "grunt test"
},
"typings": "./asmcrypto.js.d.ts",
"version": "0.22.0"
}