package.json 1.64 KB
{
  "_args": [
    [
      "is-redirect@1.0.0",
      "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
    ]
  ],
  "_development": true,
  "_from": "is-redirect@1.0.0",
  "_id": "is-redirect@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=",
  "_location": "/is-redirect",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-redirect@1.0.0",
    "name": "is-redirect",
    "escapedName": "is-redirect",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/got"
  ],
  "_resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is-redirect/issues"
  },
  "description": "Check if a number is a redirect HTTP status code",
  "devDependencies": {
    "ava": "0.0.4"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/is-redirect#readme",
  "keywords": [
    "redirect",
    "http",
    "https",
    "status",
    "code",
    "codes",
    "is",
    "check",
    "detect"
  ],
  "license": "MIT",
  "name": "is-redirect",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is-redirect.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.0"
}