libzim
Version:
Bindings to zimlib (read/write OpenZIM files)
119 lines (118 loc) • 3.02 kB
JSON
{
"_args": [
[
{
"raw": "qs@~6.1.0",
"scope": null,
"escapedName": "qs",
"name": "qs",
"rawSpec": "~6.1.0",
"spec": ">=6.1.0 <6.2.0",
"type": "range"
},
"/home/cananian/Projects/Wikimedia/ocg/node-libzim/clean/node-libzim/node_modules/request"
]
],
"_from": "qs@>=6.1.0 <6.2.0",
"_id": "qs@6.1.0",
"_inCache": true,
"_installable": true,
"_location": "/qs",
"_nodeVersion": "5.5.0",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/qs-6.1.0.tgz_1454565583082_0.44599376199766994"
},
"_npmUser": {
"name": "ljharb",
"email": "ljharb@gmail.com"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"raw": "qs@~6.1.0",
"scope": null,
"escapedName": "qs",
"name": "qs",
"rawSpec": "~6.1.0",
"spec": ">=6.1.0 <6.2.0",
"type": "range"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/qs/-/qs-6.1.0.tgz",
"_shasum": "ec1d1626b24278d99f0fdf4549e524e24eceeb26",
"_shrinkwrap": null,
"_spec": "qs@~6.1.0",
"_where": "/home/cananian/Projects/Wikimedia/ocg/node-libzim/clean/node-libzim/node_modules/request",
"bugs": {
"url": "https://github.com/ljharb/qs/issues"
},
"contributors": [
{
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
}
],
"dependencies": {},
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"devDependencies": {
"@ljharb/eslint-config": "^1.6.1",
"browserify": "^12.0.1",
"covert": "^1.1.0",
"eslint": "^1.10.3",
"evalmd": "^0.0.16",
"mkdirp": "^0.5.1",
"parallelshell": "^2.0.0",
"tape": "^4.3.0"
},
"directories": {},
"dist": {
"shasum": "ec1d1626b24278d99f0fdf4549e524e24eceeb26",
"tarball": "https://registry.npmjs.org/qs/-/qs-6.1.0.tgz"
},
"engines": {
"node": ">=0.6"
},
"gitHead": "5bd79545edb33d6a43398fec7df9ecef2da005ea",
"homepage": "https://github.com/ljharb/qs",
"keywords": [
"querystring",
"qs"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"maintainers": [
{
"name": "hueniverse",
"email": "eran@hammer.io"
},
{
"name": "ljharb",
"email": "ljharb@gmail.com"
},
{
"name": "nlf",
"email": "quitlahok@gmail.com"
}
],
"name": "qs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/ljharb/qs.git"
},
"scripts": {
"coverage": "covert test",
"dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
"lint": "eslint lib/*.js text/*.js",
"prepublish": "npm run dist",
"readme": "evalmd README.md",
"test": "parallelshell 'npm run readme' 'npm run lint' 'npm run coverage'",
"tests-only": "node test"
},
"version": "6.1.0"
}