• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "http-cache-semantics@^3.8.1",
3  "_id": "http-cache-semantics@3.8.1",
4  "_inBundle": false,
5  "_integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==",
6  "_location": "/http-cache-semantics",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "http-cache-semantics@^3.8.1",
12    "name": "http-cache-semantics",
13    "escapedName": "http-cache-semantics",
14    "rawSpec": "^3.8.1",
15    "saveSpec": null,
16    "fetchSpec": "^3.8.1"
17  },
18  "_requiredBy": [
19    "/make-fetch-happen",
20    "/npm-profile/make-fetch-happen",
21    "/npm-registry-fetch/make-fetch-happen"
22  ],
23  "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz",
24  "_shasum": "39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2",
25  "_spec": "http-cache-semantics@^3.8.1",
26  "_where": "/Users/rebecca/code/npm/node_modules/make-fetch-happen",
27  "author": {
28    "name": "Kornel Lesiński",
29    "email": "kornel@geekhood.net",
30    "url": "https://kornel.ski/"
31  },
32  "bugs": {
33    "url": "https://github.com/pornel/http-cache-semantics/issues"
34  },
35  "bundleDependencies": false,
36  "deprecated": false,
37  "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
38  "devDependencies": {
39    "babel-cli": "^6.24.1",
40    "babel-preset-env": "^1.6.1",
41    "mocha": "^3.4.2"
42  },
43  "files": [
44    "node4/index.js"
45  ],
46  "homepage": "https://github.com/pornel/http-cache-semantics#readme",
47  "license": "BSD-2-Clause",
48  "main": "node4/index.js",
49  "name": "http-cache-semantics",
50  "repository": {
51    "type": "git",
52    "url": "git+https://github.com/pornel/http-cache-semantics.git"
53  },
54  "scripts": {
55    "compile": "babel -d node4/ index.js; babel -d node4/test test",
56    "prepublish": "npm run compile",
57    "test": "npm run compile; mocha node4/test"
58  },
59  "version": "3.8.1"
60}
61