summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/package.json')
-rw-r--r--deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/package.json28
1 files changed, 15 insertions, 13 deletions
diff --git a/deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/package.json b/deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/package.json
index dd0512f64a..0b18a6f9f6 100644
--- a/deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/package.json
+++ b/deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/package.json
@@ -1,27 +1,27 @@
{
- "_from": "http-cache-semantics@^3.8.0",
- "_id": "http-cache-semantics@3.8.1",
+ "_from": "http-cache-semantics@^3.7.3",
+ "_id": "http-cache-semantics@3.8.0",
"_inBundle": false,
- "_integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==",
+ "_integrity": "sha512-HGQFfBdru2fj/dwPn1oLx1fy6QMPeTAD1yzKcxD4l5biw+5QVaui/ehCqxaitoKJC/vHMLKv3Yd+nTlxboOJig==",
"_location": "/npm-profile/make-fetch-happen/http-cache-semantics",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "http-cache-semantics@^3.8.0",
+ "raw": "http-cache-semantics@^3.7.3",
"name": "http-cache-semantics",
"escapedName": "http-cache-semantics",
- "rawSpec": "^3.8.0",
+ "rawSpec": "^3.7.3",
"saveSpec": null,
- "fetchSpec": "^3.8.0"
+ "fetchSpec": "^3.7.3"
},
"_requiredBy": [
"/npm-profile/make-fetch-happen"
],
- "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz",
- "_shasum": "39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2",
- "_spec": "http-cache-semantics@^3.8.0",
- "_where": "/Users/rebecca/code/npm/node_modules/npm-profile/node_modules/make-fetch-happen",
+ "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.0.tgz",
+ "_shasum": "1e3ce248730e189ac692a6697b9e3fdea2ff8da3",
+ "_spec": "http-cache-semantics@^3.7.3",
+ "_where": "/Users/zkat/Documents/code/npm/node_modules/npm-profile/node_modules/make-fetch-happen",
"author": {
"name": "Kornel LesiƄski",
"email": "kornel@geekhood.net",
@@ -35,11 +35,13 @@
"description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
"devDependencies": {
"babel-cli": "^6.24.1",
- "babel-preset-env": "^1.6.1",
+ "babel-preset-env": "^1.5.2",
"mocha": "^3.4.2"
},
"files": [
- "node4/index.js"
+ "node4/index.js",
+ "index.js",
+ "test"
],
"homepage": "https://github.com/pornel/http-cache-semantics#readme",
"license": "BSD-2-Clause",
@@ -54,5 +56,5 @@
"prepublish": "npm run compile",
"test": "npm run compile; mocha node4/test"
},
- "version": "3.8.1"
+ "version": "3.8.0"
}