mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-30 17:47:20 +01:00
npm install
This commit is contained in:
81
conf/site/node_modules/querystring/package.json
generated
vendored
81
conf/site/node_modules/querystring/package.json
generated
vendored
@@ -1,69 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"querystring@0.2.0",
|
||||
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "querystring@0.2.0",
|
||||
"_id": "querystring@0.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=",
|
||||
"_location": "/querystring",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "querystring@0.2.0",
|
||||
"name": "querystring",
|
||||
"escapedName": "querystring",
|
||||
"rawSpec": "0.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/url"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
|
||||
"_spec": "0.2.0",
|
||||
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
|
||||
"author": {
|
||||
"name": "Irakli Gozalishvili",
|
||||
"email": "rfobic@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/Gozala/querystring/issues/"
|
||||
},
|
||||
"description": "Node's querystring module for all engines.",
|
||||
"devDependencies": {
|
||||
"phantomify": "~0.x.0",
|
||||
"retape": "~0.x.0",
|
||||
"tape": "~0.1.5",
|
||||
"test": "~0.x.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4.x"
|
||||
},
|
||||
"homepage": "https://github.com/Gozala/querystring#readme",
|
||||
"id": "querystring",
|
||||
"keywords": [
|
||||
"commonjs",
|
||||
"query",
|
||||
"querystring"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/Gozala/enchain/License.md"
|
||||
}
|
||||
],
|
||||
"name": "querystring",
|
||||
"id": "querystring",
|
||||
"version": "0.2.0",
|
||||
"description": "Node's querystring module for all engines.",
|
||||
"keywords": [ "commonjs", "query", "querystring" ],
|
||||
"author": "Irakli Gozalishvili <rfobic@gmail.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Gozala/querystring.git",
|
||||
"web": "https://github.com/Gozala/querystring"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/Gozala/querystring/issues/"
|
||||
},
|
||||
"devDependencies": {
|
||||
"test": "~0.x.0",
|
||||
"phantomify": "~0.x.0",
|
||||
"retape": "~0.x.0",
|
||||
"tape": "~0.1.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4.x"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run test-node && npm run test-browser && npm run test-tap",
|
||||
"test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common-index.js",
|
||||
@@ -100,5 +58,8 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "0.2.0"
|
||||
"licenses": [{
|
||||
"type" : "MIT",
|
||||
"url" : "https://github.com/Gozala/enchain/License.md"
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user