package.json
2.25 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
{
"_args": [
[
{
"raw": "jsprim@^1.2.2",
"scope": null,
"escapedName": "jsprim",
"name": "jsprim",
"rawSpec": "^1.2.2",
"spec": ">=1.2.2 <2.0.0",
"type": "range"
},
"C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\riot-api-nodejs\\node_modules\\http-signature"
]
],
"_from": "jsprim@>=1.2.2 <2.0.0",
"_id": "jsprim@1.4.0",
"_inCache": true,
"_location": "/jsprim",
"_nodeVersion": "0.10.43",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/jsprim-1.4.0.tgz_1489453554649_0.9609751487150788"
},
"_npmUser": {
"name": "dap",
"email": "dap@cs.brown.edu"
},
"_npmVersion": "2.15.9",
"_phantomChildren": {},
"_requested": {
"raw": "jsprim@^1.2.2",
"scope": null,
"escapedName": "jsprim",
"name": "jsprim",
"rawSpec": "^1.2.2",
"spec": ">=1.2.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/riot-api-nodejs/http-signature"
],
"_resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz",
"_shasum": "a3b87e40298d8c380552d8cc7628a0bb95a22918",
"_shrinkwrap": null,
"_spec": "jsprim@^1.2.2",
"_where": "C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\riot-api-nodejs\\node_modules\\http-signature",
"bugs": {
"url": "https://github.com/joyent/node-jsprim/issues"
},
"dependencies": {
"assert-plus": "1.0.0",
"extsprintf": "1.0.2",
"json-schema": "0.2.3",
"verror": "1.3.6"
},
"description": "utilities for primitive JavaScript types",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "a3b87e40298d8c380552d8cc7628a0bb95a22918",
"tarball": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz"
},
"engines": [
"node >=0.6.0"
],
"gitHead": "6ea6cb4f3d2d889d87c336487f4940eb4aa11980",
"homepage": "https://github.com/joyent/node-jsprim#readme",
"license": "MIT",
"main": "./lib/jsprim.js",
"maintainers": [
{
"name": "dap",
"email": "dap@cs.brown.edu"
}
],
"name": "jsprim",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/joyent/node-jsprim.git"
},
"scripts": {},
"version": "1.4.0"
}