package.json
2.27 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
{
"_args": [
[
{
"raw": "performance-now@^0.2.0",
"scope": null,
"escapedName": "performance-now",
"name": "performance-now",
"rawSpec": "^0.2.0",
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\riot-api-nodejs\\node_modules\\request"
]
],
"_from": "performance-now@>=0.2.0 <0.3.0",
"_id": "performance-now@0.2.0",
"_inCache": true,
"_location": "/performance-now",
"_npmUser": {
"name": "meryn",
"email": "merynstol@gmail.com"
},
"_npmVersion": "1.3.24",
"_phantomChildren": {},
"_requested": {
"raw": "performance-now@^0.2.0",
"scope": null,
"escapedName": "performance-now",
"name": "performance-now",
"rawSpec": "^0.2.0",
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/riot-api-nodejs/request"
],
"_resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz",
"_shasum": "33ef30c5c77d4ea21c5a53869d91b56d8f2555e5",
"_shrinkwrap": null,
"_spec": "performance-now@^0.2.0",
"_where": "C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\riot-api-nodejs\\node_modules\\request",
"author": {
"name": "Meryn Stol",
"email": "merynstol@gmail.com"
},
"bugs": {
"url": "https://github.com/meryn/performance-now/issues"
},
"dependencies": {},
"description": "Implements performance.now (based on process.hrtime).",
"devDependencies": {
"coffee-script": "~1.7.1",
"mocha": "~1.21.0"
},
"directories": {},
"dist": {
"shasum": "33ef30c5c77d4ea21c5a53869d91b56d8f2555e5",
"tarball": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz"
},
"homepage": "https://github.com/meryn/performance-now",
"keywords": [],
"license": "MIT",
"main": "lib/performance-now.js",
"maintainers": [
{
"name": "meryn",
"email": "merynstol@gmail.com"
}
],
"name": "performance-now",
"optionalDependencies": {},
"private": false,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/meryn/performance-now.git"
},
"scripts": {
"prepublish": "npm test",
"pretest": "make build",
"test": "make test"
},
"version": "0.2.0"
}