npm install

This commit is contained in:
Henry Whitaker
2021-03-07 09:24:01 +00:00
parent 974384db8a
commit 2219b0213c
2674 changed files with 278065 additions and 156050 deletions

View File

@@ -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"
}]
}