package.json
1.82 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
80
{
"_from": "pkcs7@^0.2.3",
"_id": "pkcs7@0.2.3",
"_inBundle": false,
"_integrity": "sha1-ItYGZtAQZcXyRDkJjkpIMEUic74=",
"_location": "/pkcs7",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pkcs7@^0.2.3",
"name": "pkcs7",
"escapedName": "pkcs7",
"rawSpec": "^0.2.3",
"saveSpec": null,
"fetchSpec": "^0.2.3"
},
"_requiredBy": [
"/aes-decrypter"
],
"_resolved": "http://registry.npm.taobao.org/pkcs7/download/pkcs7-0.2.3.tgz",
"_shasum": "22d60666d01065c5f24439098e4a4830452273be",
"_spec": "pkcs7@^0.2.3",
"_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/aes-decrypter",
"author": {
"name": "Brightcove"
},
"bin": {
"pkcs7": "lib/cli.js"
},
"bugs": {
"url": "https://github.com/brightcove/pkcs7/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Add and remove pkcs7-style padding.",
"devDependencies": {
"grunt-browserify": "^2.1.4",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-contrib-watch": "^0.6.1",
"jshint-stylish": "^0.2.0",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1"
},
"engines": {
"node": "^0.10",
"npm": "^1.4.6"
},
"files": [
"lib",
"dist"
],
"homepage": "https://github.com/brightcove/pkcs7",
"keywords": [
"pkcs7",
"pkcs7 encrypt decrypt padding pkcs"
],
"license": "Apache2",
"main": "lib/pkcs7.js",
"name": "pkcs7",
"repository": {
"type": "git",
"url": "git+https://github.com/brightcove/pkcs7.git"
},
"scripts": {
"test": "grunt"
},
"version": "0.2.3",
"warnings": [
{
"code": "ENOTSUP",
"required": {
"npm": "^1.4.6",
"node": "^0.10"
},
"pkgid": "pkcs7@0.2.3"
}
]
}