-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.01 KB
/
package.json
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
84
85
{
"_args": [
[
"des.js@^1.0.0",
"/home/lam/demo/node_modules/browserify-des"
]
],
"_from": "des.js@>=1.0.0 <2.0.0",
"_id": "des.js@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/des.js",
"_nodeVersion": "3.2.0",
"_npmUser": {
"email": "fedor@indutny.com",
"name": "indutny"
},
"_npmVersion": "2.13.3",
"_phantomChildren": {},
"_requested": {
"name": "des.js",
"raw": "des.js@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/browserify-des"
],
"_resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz",
"_shasum": "c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc",
"_shrinkwrap": null,
"_spec": "des.js@^1.0.0",
"_where": "/home/lam/demo/node_modules/browserify-des",
"author": {
"email": "fedor@indutny.com",
"name": "Fedor Indutny"
},
"bugs": {
"url": "https://github.com/indutny/des.js/issues"
},
"dependencies": {
"inherits": "^2.0.1",
"minimalistic-assert": "^1.0.0"
},
"description": "DES implementation",
"devDependencies": {
"jscs": "^2.1.1",
"jshint": "^2.8.0",
"mocha": "^2.3.0"
},
"directories": {},
"dist": {
"shasum": "c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc",
"tarball": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz"
},
"gitHead": "6c47a16b5507a11942c293a0ded430708c206218",
"homepage": "https://github.com/indutny/des.js#readme",
"keywords": [
"3DES",
"CBC",
"DES",
"EDE"
],
"license": "MIT",
"main": "lib/des.js",
"maintainers": [
{
"name": "indutny",
"email": "fedor@indutny.com"
}
],
"name": "des.js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/indutny/des.js.git"
},
"scripts": {
"test": "mocha --reporter=spec test/*-test.js && jscs lib/*.js lib/**/*.js test/*.js && jshint lib/*.js lib/**/*.js"
},
"version": "1.0.0"
}