-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.6 KB
/
package.json
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
{
"_from": "ap-top25-ncaaf",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-NtbeuC2H24By1A6QPeuVM3TXPSIAoxS6R3PIPWmgOg/YPR/585N1lOKP9QafRdrwhY00rymURw7HjJTr3IXoOA==",
"_location": "/ap-top25-ncaaf",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ap-top25-ncaaf",
"name": "ap-top25-ncaaf",
"escapedName": "ap-top25-ncaaf",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ap-top25-ncaaf/-/ap-top25-ncaaf-1.0.4.tgz",
"_shasum": "716c2c38fd6b1cd1c867c659d2dbaaef617b9d79",
"_spec": "ap-top25-ncaaf",
"_where": "F:\\Dev\\t25-b",
"author": {
"name": "AdamMoses-GitHub"
},
"bugs": {
"url": "https://github.com/AdamMoses-GitHub/NPMJS-ap-top25-ncaaf/issues"
},
"bundleDependencies": false,
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"request": "^2.88.0"
},
"deprecated": false,
"description": "This package will retrieve the most recent AP Top 25 Rankings for NCAA College Football.",
"devDependencies": {},
"homepage": "https://github.com/AdamMoses-GitHub/NPMJS-ap-top25-ncaaf#readme",
"keywords": [
"college",
"football",
"ncaa",
"ncaaf",
"rankings",
"ap",
"top25"
],
"license": "MIT",
"main": "index.js",
"name": "ap-top25-ncaaf",
"repository": {
"type": "git",
"url": "git+https://github.com/AdamMoses-GitHub/NPMJS-ap-top25-ncaaf.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.5"
}