package.json 1.74 KB
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
{
  "_args": [
    [
      "http-cache-semantics@3.8.1",
      "E:\\changfa\\crscd-view"
    ]
  ],
  "_from": "http-cache-semantics@3.8.1",
  "_id": "http-cache-semantics@3.8.1",
  "_inBundle": false,
  "_integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==",
  "_location": "/http-cache-semantics",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "http-cache-semantics@3.8.1",
    "name": "http-cache-semantics",
    "escapedName": "http-cache-semantics",
    "rawSpec": "3.8.1",
    "saveSpec": null,
    "fetchSpec": "3.8.1"
  },
  "_requiredBy": [
    "/cacheable-request"
  ],
  "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz",
  "_spec": "3.8.1",
  "_where": "E:\\changfa\\crscd-view",
  "author": {
    "name": "Kornel Lesiński",
    "email": "kornel@geekhood.net",
    "url": "https://kornel.ski/"
  },
  "bugs": {
    "url": "https://github.com/pornel/http-cache-semantics/issues"
  },
  "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",
    "mocha": "^3.4.2"
  },
  "files": [
    "node4/index.js"
  ],
  "homepage": "https://github.com/pornel/http-cache-semantics#readme",
  "license": "BSD-2-Clause",
  "main": "node4/index.js",
  "name": "http-cache-semantics",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pornel/http-cache-semantics.git"
  },
  "scripts": {
    "compile": "babel -d node4/ index.js; babel -d node4/test test",
    "prepublish": "npm run compile",
    "test": "npm run compile; mocha node4/test"
  },
  "version": "3.8.1"
}