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
| {
| "_args": [
| [
| {
| "raw": "parse-cache-control@^1.0.1",
| "scope": null,
| "escapedName": "parse-cache-control",
| "name": "parse-cache-control",
| "rawSpec": "^1.0.1",
| "spec": ">=1.0.1 <2.0.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/http-basic"
| ]
| ],
| "_from": "parse-cache-control@>=1.0.1 <2.0.0",
| "_id": "parse-cache-control@1.0.1",
| "_inCache": true,
| "_location": "/parse-cache-control",
| "_nodeVersion": "0.10.29",
| "_npmUser": {
| "name": "roryf",
| "email": "rory@fitzpatrick.fm"
| },
| "_npmVersion": "2.1.3",
| "_phantomChildren": {},
| "_requested": {
| "raw": "parse-cache-control@^1.0.1",
| "scope": null,
| "escapedName": "parse-cache-control",
| "name": "parse-cache-control",
| "rawSpec": "^1.0.1",
| "spec": ">=1.0.1 <2.0.0",
| "type": "range"
| },
| "_requiredBy": [
| "/http-basic"
| ],
| "_resolved": "https://registry.npmjs.org/parse-cache-control/-/parse-cache-control-1.0.1.tgz",
| "_shasum": "8eeab3e54fa56920fe16ba38f77fa21aacc2d74e",
| "_shrinkwrap": null,
| "_spec": "parse-cache-control@^1.0.1",
| "_where": "/root/rushmail/node_modules/http-basic",
| "bugs": {
| "url": "https://github.com/roryf/parse-cache-control/issues"
| },
| "dependencies": {},
| "description": "Parse Cache-Control headers.",
| "devDependencies": {
| "tape": "^3.5.0"
| },
| "directories": {},
| "dist": {
| "shasum": "8eeab3e54fa56920fe16ba38f77fa21aacc2d74e",
| "tarball": "https://registry.npmjs.org/parse-cache-control/-/parse-cache-control-1.0.1.tgz"
| },
| "gitHead": "5b2172bc5e53dd28c54098e4898227534c8dc04a",
| "homepage": "https://github.com/roryf/parse-cache-control",
| "licenses": [
| {
| "type": "BSD",
| "url": "http://github.com/hapijs/wreck/raw/master/LICENSE"
| }
| ],
| "main": "index.js",
| "maintainers": [
| {
| "name": "roryf",
| "email": "rory@fitzpatrick.fm"
| }
| ],
| "name": "parse-cache-control",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/roryf/parse-cache-control.git"
| },
| "scripts": {
| "test": "tape test.js"
| },
| "version": "1.0.1"
| }
|
|