package.json 1.36 KB
{
  "_args": [
    [
      "parseuri@0.0.5",
      "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
    ]
  ],
  "_from": "parseuri@0.0.5",
  "_id": "parseuri@0.0.5",
  "_inBundle": false,
  "_integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=",
  "_location": "/parseuri",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "parseuri@0.0.5",
    "name": "parseuri",
    "escapedName": "parseuri",
    "rawSpec": "0.0.5",
    "saveSpec": null,
    "fetchSpec": "0.0.5"
  },
  "_requiredBy": [
    "/engine.io-client",
    "/socket.io-client"
  ],
  "_resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.5.tgz",
  "_spec": "0.0.5",
  "_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
  "author": "",
  "bugs": {
    "url": "https://github.com/get/parseuri/issues"
  },
  "dependencies": {
    "better-assert": "~1.0.0"
  },
  "description": "Method that parses a URI and returns an array of its components",
  "devDependencies": {
    "better-assert": "1.0.0",
    "mocha": "1.17.1"
  },
  "homepage": "https://github.com/get/parseuri",
  "license": "MIT",
  "name": "parseuri",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/get/parseuri.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "0.0.5"
}