blob: c9ec3fbb1b8a6efc26613f113aeb52182cc9d0a4 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
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": "version",
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 "/cacheable-request"
20 ],
21 "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz",
22 "_shasum": "39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2",
23 "_spec": "http-cache-semantics@3.8.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\cacheable-request",
25 "author": {
26 "name": "Kornel LesiƄski",
27 "email": "kornel@geekhood.net",
28 "url": "https://kornel.ski/"
29 },
30 "bugs": {
31 "url": "https://github.com/pornel/http-cache-semantics/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
36 "devDependencies": {
37 "babel-cli": "^6.24.1",
38 "babel-preset-env": "^1.6.1",
39 "mocha": "^3.4.2"
40 },
41 "files": [
42 "node4/index.js"
43 ],
44 "homepage": "https://github.com/pornel/http-cache-semantics#readme",
45 "license": "BSD-2-Clause",
46 "main": "node4/index.js",
47 "name": "http-cache-semantics",
48 "repository": {
49 "type": "git",
50 "url": "git+https://github.com/pornel/http-cache-semantics.git"
51 },
52 "scripts": {
53 "compile": "babel -d node4/ index.js; babel -d node4/test test",
54 "prepublish": "npm run compile",
55 "test": "npm run compile; mocha node4/test"
56 },
57 "version": "3.8.1"
58}