Changeset 59329aa for trip-planner-front/node_modules/http-cache-semantics
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/http-cache-semantics/package.json
rceaed42 r59329aa 1 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", 2 19 "name": "http-cache-semantics", 3 "version": "4.1.0", 4 "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies", 5 "repository": "https://github.com/kornelski/http-cache-semantics.git", 6 "main": "index.js", 7 "scripts": { 8 "test": "mocha" 9 }, 10 "files": [ 11 "index.js" 12 ], 13 "author": "Kornel Lesiński <kornel@geekhood.net> (https://kornel.ski/)", 14 "license": "BSD-2-Clause", 15 "devDependencies": { 16 "eslint": "^5.13.0", 17 "eslint-plugin-prettier": "^3.0.1", 18 "husky": "^0.14.3", 19 "lint-staged": "^8.1.3", 20 "mocha": "^5.1.0", 21 "prettier": "^1.14.3", 22 "prettier-eslint-cli": "^4.7.1" 23 } 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" 24 64 }
Note:
See TracChangeset
for help on using the changeset viewer.