Your IP : 216.73.216.40


Current Path : /var/www/html/test/wetty2/node_modules/responselike/
Upload File :
Current File : /var/www/html/test/wetty2/node_modules/responselike/package.json

{
  "_args": [
    [
      {
        "raw": "responselike@^1.0.2",
        "scope": null,
        "escapedName": "responselike",
        "name": "responselike",
        "rawSpec": "^1.0.2",
        "spec": ">=1.0.2 <2.0.0",
        "type": "range"
      },
      "/var/www/html/test/wetty/node_modules/cacheable-request"
    ]
  ],
  "_from": "responselike@>=1.0.2 <2.0.0",
  "_id": "responselike@1.0.2",
  "_inCache": true,
  "_location": "/responselike",
  "_nodeVersion": "8.4.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/responselike-1.0.2.tgz_1502988434730_0.1581996688619256"
  },
  "_npmUser": {
    "name": "lukechilds",
    "email": "lukechilds123@gmail.com"
  },
  "_npmVersion": "4.6.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "responselike@^1.0.2",
    "scope": null,
    "escapedName": "responselike",
    "name": "responselike",
    "rawSpec": "^1.0.2",
    "spec": ">=1.0.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cacheable-request"
  ],
  "_resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz",
  "_shasum": "918720ef3b631c5642be068f15ade5a46f4ba1e7",
  "_shrinkwrap": null,
  "_spec": "responselike@^1.0.2",
  "_where": "/var/www/html/test/wetty/node_modules/cacheable-request",
  "author": {
    "name": "lukechilds"
  },
  "bugs": {
    "url": "https://github.com/lukechilds/responselike/issues"
  },
  "dependencies": {
    "lowercase-keys": "^1.0.0"
  },
  "description": "A response-like object for mocking a Node.js HTTP response stream",
  "devDependencies": {
    "ava": "^0.22.0",
    "coveralls": "^2.13.1",
    "eslint-config-xo-lukechilds": "^1.0.0",
    "get-stream": "^3.0.0",
    "nyc": "^11.1.0",
    "xo": "^0.19.0"
  },
  "directories": {},
  "dist": {
    "shasum": "918720ef3b631c5642be068f15ade5a46f4ba1e7",
    "tarball": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz"
  },
  "gitHead": "69366dfd6e161b46bc4503c114d067b87e30dd60",
  "homepage": "https://github.com/lukechilds/responselike#readme",
  "keywords": [
    "http",
    "https",
    "response",
    "mock",
    "request",
    "responselike"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "maintainers": [
    {
      "name": "lukechilds",
      "email": "lukechilds123@gmail.com"
    }
  ],
  "name": "responselike",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukechilds/responselike.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "xo && nyc ava"
  },
  "version": "1.0.2",
  "xo": {
    "extends": "xo-lukechilds"
  }
}