d2-ui
Version:
100 lines (99 loc) • 2.69 kB
JSON
{
"_args": [
[
"querystringify@0.0.x",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/original/node_modules/url-parse"
]
],
"_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": [
"/original/url-parse",
"/url-parse"
],
"_resolved": "https://registry.npmjs.org/querystringify/-/querystringify-0.0.3.tgz",
"_shasum": "0c9d36fbf8c7a4f71eb370857763577a63335be7",
"_shrinkwrap": null,
"_spec": "querystringify@0.0.x",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/original/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": {
"shasum": "0c9d36fbf8c7a4f71eb370857763577a63335be7",
"tarball": "http://registry.npmjs.org/querystringify/-/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@unshift.io",
"name": "unshift"
},
{
"email": "info@3rd-Eden.com",
"name": "v1"
},
{
"email": "npm@3rd-Eden.com",
"name": "3rdeden"
}
],
"name": "querystringify",
"optionalDependencies": {},
"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"
}