package.json 1.79 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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
{
  "_args": [
    [
      "clone-response@1.0.2",
      "E:\\changfa\\crscd-view"
    ]
  ],
  "_from": "clone-response@1.0.2",
  "_id": "clone-response@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=",
  "_location": "/clone-response",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "clone-response@1.0.2",
    "name": "clone-response",
    "escapedName": "clone-response",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/cacheable-request"
  ],
  "_resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "E:\\changfa\\crscd-view",
  "author": {
    "name": "Luke Childs",
    "email": "lukechilds123@gmail.com",
    "url": "http://lukechilds.co.uk"
  },
  "bugs": {
    "url": "https://github.com/lukechilds/clone-response/issues"
  },
  "dependencies": {
    "mimic-response": "^1.0.0"
  },
  "description": "Clone a Node.js HTTP response stream",
  "devDependencies": {
    "ava": "^0.22.0",
    "coveralls": "^2.13.1",
    "create-test-server": "^2.0.1",
    "eslint-config-xo-lukechilds": "^1.0.0",
    "get-stream": "^3.0.0",
    "nyc": "^11.0.2",
    "pify": "^3.0.0",
    "xo": "^0.19.0"
  },
  "homepage": "https://github.com/lukechilds/clone-response",
  "keywords": [
    "clone",
    "duplicate",
    "copy",
    "response",
    "HTTP",
    "stream"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "clone-response",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukechilds/clone-response.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "xo && nyc ava"
  },
  "version": "1.0.2",
  "xo": {
    "extends": "xo-lukechilds"
  }
}