package.json 2.7 KB
{
  "_args": [
    [
      "querystringify@0.0.x",
      "/Users/AlexWang/ws/LiveClass/node_modules/url-parse"
    ]
  ],
  "_cnpm_publish_time": 1430319258503,
  "_from": "querystringify@>=0.0.0 <0.1.0",
  "_id": "querystringify@0.0.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/querystringify",
  "_nodeVersion": "0.10.35",
  "_npmUser": {
    "email": "npm@3rd-Eden.com",
    "name": "3rdeden"
  },
  "_npmVersion": "2.7.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "querystringify",
    "raw": "querystringify@0.0.x",
    "rawSpec": "0.0.x",
    "scope": null,
    "spec": ">=0.0.0 <0.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/url-parse"
  ],
  "_resolved": "http://registry.npm.taobao.org/querystringify/download/querystringify-0.0.3.tgz",
  "_shasum": "0c9d36fbf8c7a4f71eb370857763577a63335be7",
  "_shrinkwrap": null,
  "_spec": "querystringify@0.0.x",
  "_where": "/Users/AlexWang/ws/LiveClass/node_modules/url-parse",
  "author": {
    "name": "Arnout Kazemier"
  },
  "bugs": {
    "url": "https://github.com/unshiftio/querystringify/issues"
  },
  "dependencies": {},
  "description": "Querystringify - Small, simple but powerful query string parser.",
  "devDependencies": {
    "assume": "1.2.x",
    "istanbul": "0.3.x",
    "mocha": "2.2.x",
    "pre-commit": "1.0.x"
  },
  "directories": {},
  "dist": {
    "noattachment": false,
    "shasum": "0c9d36fbf8c7a4f71eb370857763577a63335be7",
    "size": 3514,
    "tarball": "http://registry.npm.taobao.org/querystringify/download/querystringify-0.0.3.tgz"
  },
  "gitHead": "0e53b2049f1d3390b577283ab913d4825ce67987",
  "homepage": "https://github.com/unshiftio/querystringify",
  "keywords": [
    "query",
    "string",
    "query-string",
    "querystring",
    "qs",
    "stringify",
    "parse",
    "decode",
    "encode"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "npm@3rd-Eden.com",
      "name": "3rdeden"
    },
    {
      "email": "npm@unshift.io",
      "name": "unshift"
    },
    {
      "email": "info@3rd-Eden.com",
      "name": "v1"
    }
  ],
  "name": "querystringify",
  "optionalDependencies": {},
  "publish_time": 1430319258503,
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unshiftio/querystringify.git"
  },
  "scripts": {
    "coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --ui bdd test.js",
    "test": "mocha --reporter spec --ui bdd test.js",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --ui bdd test.js",
    "watch": "mocha --watch --reporter spec --ui bdd test.js"
  },
  "version": "0.0.3"
}