1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "http-cache-semantics@4.1.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "http-cache-semantics@4.1.0",
|
---|
10 | "_id": "http-cache-semantics@4.1.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==",
|
---|
13 | "_location": "/http-cache-semantics",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "http-cache-semantics@4.1.0",
|
---|
19 | "name": "http-cache-semantics",
|
---|
20 | "escapedName": "http-cache-semantics",
|
---|
21 | "rawSpec": "4.1.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "4.1.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/make-fetch-happen"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
|
---|
29 | "_spec": "4.1.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Kornel Lesiński",
|
---|
33 | "email": "kornel@geekhood.net",
|
---|
34 | "url": "https://kornel.ski/"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/kornelski/http-cache-semantics/issues"
|
---|
38 | },
|
---|
39 | "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
|
---|
40 | "devDependencies": {
|
---|
41 | "eslint": "^5.13.0",
|
---|
42 | "eslint-plugin-prettier": "^3.0.1",
|
---|
43 | "husky": "^0.14.3",
|
---|
44 | "lint-staged": "^8.1.3",
|
---|
45 | "mocha": "^5.1.0",
|
---|
46 | "prettier": "^1.14.3",
|
---|
47 | "prettier-eslint-cli": "^4.7.1"
|
---|
48 | },
|
---|
49 | "files": [
|
---|
50 | "index.js"
|
---|
51 | ],
|
---|
52 | "homepage": "https://github.com/kornelski/http-cache-semantics#readme",
|
---|
53 | "license": "BSD-2-Clause",
|
---|
54 | "main": "index.js",
|
---|
55 | "name": "http-cache-semantics",
|
---|
56 | "repository": {
|
---|
57 | "type": "git",
|
---|
58 | "url": "git+https://github.com/kornelski/http-cache-semantics.git"
|
---|
59 | },
|
---|
60 | "scripts": {
|
---|
61 | "test": "mocha"
|
---|
62 | },
|
---|
63 | "version": "4.1.0"
|
---|
64 | }
|
---|