package.json
1.81 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
{
"_from": "yael@^1.2.1",
"_id": "yael@1.2.2",
"_inBundle": false,
"_integrity": "sha1-aoOHTpEVWwHJi2gAh1/RDekzCRM=",
"_location": "/yael",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "yael@^1.2.1",
"name": "yael",
"escapedName": "yael",
"rawSpec": "^1.2.1",
"saveSpec": null,
"fetchSpec": "^1.2.1"
},
"_requiredBy": [
"/yael-autoencrypt"
],
"_resolved": "https://registry.npmjs.org/yael/-/yael-1.2.2.tgz",
"_shasum": "6a83874e91155b01c98b6800875fd10de9330913",
"_spec": "yael@^1.2.1",
"_where": "C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT\\node_modules\\yael-autoencrypt",
"author": {
"name": "William Hilton",
"email": "wmhilton@gmail.com"
},
"bugs": {
"url": "https://github.com/wmhilton/node-yael/issues"
},
"bundleDependencies": false,
"dependencies": {
"semver": "^5.1.0"
},
"deprecated": false,
"description": "Yet Another Encryption Library (This one is better!)",
"devDependencies": {
"chai": "^3.4.1",
"codecov.io": "^0.1.6",
"coffee-coverage": "^0.7.0",
"coffee-script": "^1.9.2",
"istanbul": "^0.4.1",
"mocha": "^2.2.4"
},
"engines": {
"node": ">=0.11.11"
},
"homepage": "https://github.com/wmhilton/node-yael",
"keywords": [
"aes-256-gcm",
"easy",
"encryption",
"encrypt",
"decrypt",
"crypto"
],
"license": "MIT",
"main": "yael",
"name": "yael",
"repository": {
"type": "git",
"url": "git+https://github.com/wmhilton/node-yael.git"
},
"scripts": {
"posttest": "cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js",
"prepublish": "coffee -c ./",
"pretest": "rm -f *.js",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
},
"version": "1.2.2"
}