mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "qs",
|
|
"description": "querystring parser",
|
|
"version": "0.6.6",
|
|
"keywords": [
|
|
"query string",
|
|
"parser",
|
|
"component"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/visionmedia/node-querystring.git"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"expect.js": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"author": {
|
|
"name": "TJ Holowaychuk",
|
|
"email": "tj@vision-media.ca",
|
|
"url": "http://tjholowaychuk.com"
|
|
},
|
|
"main": "index",
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/visionmedia/node-querystring/issues"
|
|
},
|
|
"_id": "qs@0.6.6",
|
|
"dist": {
|
|
"shasum": "6e015098ff51968b8a3c819001d5f2c89bc4b107",
|
|
"tarball": "https://registry.npmjs.org/qs/-/qs-0.6.6.tgz"
|
|
},
|
|
"_from": "qs@0.6.6",
|
|
"_npmVersion": "1.2.30",
|
|
"_npmUser": {
|
|
"name": "tjholowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "tjholowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_shasum": "6e015098ff51968b8a3c819001d5f2c89bc4b107",
|
|
"_resolved": "https://registry.npmjs.org/qs/-/qs-0.6.6.tgz"
|
|
}
|