-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 3.45 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 3.45 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"_args": [
[
"crypto-js",
"C:\\Disk\\WorkSpace\\gaotoo\\App\\trunk"
],
[
{
"raw": "crypto-js@github:magicwing/cryptojs",
"scope": null,
"escapedName": "crypto-js",
"name": "crypto-js",
"rawSpec": "github:magicwing/cryptojs",
"spec": "github:magicwing/cryptojs",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:magicwing/cryptojs.git",
"sshUrl": "git+ssh://git@github.com/magicwing/cryptojs.git",
"httpsUrl": "git+https://github.com/magicwing/cryptojs.git",
"gitUrl": "git://github.com/magicwing/cryptojs.git",
"shortcut": "github:magicwing/cryptojs",
"directUrl": "https://raw.githubusercontent.com/magicwing/cryptojs/master/package.json"
}
},
"C:\\Disk\\WorkSpace\\RNTool"
]
],
"_from": "magicwing/cryptojs",
"_id": "crypto-js@3.1.8",
"_inCache": true,
"_installable": true,
"_location": "/crypto-js",
"_nodeVersion": "5.7.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/crypto-js-3.1.8.tgz_1477571728581_0.9875451645348221"
},
"_npmUser": {
"email": "evanvosberg@inext.me",
"name": "evanvosberg"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"raw": "crypto-js@github:magicwing/cryptojs",
"scope": null,
"escapedName": "crypto-js",
"name": "crypto-js",
"rawSpec": "github:magicwing/cryptojs",
"spec": "github:magicwing/cryptojs",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:magicwing/cryptojs.git",
"sshUrl": "git+ssh://git@github.com/magicwing/cryptojs.git",
"httpsUrl": "git+https://github.com/magicwing/cryptojs.git",
"gitUrl": "git://github.com/magicwing/cryptojs.git",
"shortcut": "github:magicwing/cryptojs",
"directUrl": "https://raw.githubusercontent.com/magicwing/cryptojs/master/package.json"
}
},
"_requiredBy": [
"/"
],
"_resolved": "git://github.com/magicwing/cryptojs.git#c779e4dd72fb7b88905c1b0a14f39ad0d07006c9",
"_shasum": "1f47b916df03a1985941db83c11b94995919e135",
"_shrinkwrap": null,
"_spec": "crypto-js@github:magicwing/cryptojs",
"_where": "C:\\Disk\\WorkSpace\\RNTool",
"author": {
"name": "Evan Vosberg",
"url": "http://github.com/evanvosberg"
},
"bugs": {
"url": "https://github.com/brix/crypto-js/issues"
},
"dependencies": {},
"description": "JavaScript library of crypto standards.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "715f070bf6014f2ae992a98b3929258b713f08d5",
"tarball": "https://registry.npmjs.org/crypto-js/-/crypto-js-3.1.8.tgz"
},
"gitHead": "be8d44d18736f438ca480664d7d8bea46f117b5a",
"homepage": "http://github.com/brix/crypto-js",
"keywords": [
"AES",
"Base64",
"CBC",
"CFB",
"CTR",
"DES",
"HMAC",
"Hash",
"MD5",
"OFB",
"PBKDF2",
"RC4",
"Rabbit",
"SHA-1",
"SHA-256",
"SHA1",
"SHA256",
"crypto",
"security"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "evanvosberg",
"email": "evanvosberg@inext.me"
}
],
"name": "crypto-js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/brix/crypto-js.git"
},
"scripts": {},
"version": "3.1.8"
}