mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
85
node_modules/qs/package.json
generated
vendored
Normal file
85
node_modules/qs/package.json
generated
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"qs@5.2.0",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/body-parser"
|
||||
]
|
||||
],
|
||||
"_from": "qs@5.2.0",
|
||||
"_id": "qs@5.2.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/qs",
|
||||
"_nodeVersion": "0.10.40",
|
||||
"_npmUser": {
|
||||
"email": "quitlahok@gmail.com",
|
||||
"name": "nlf"
|
||||
},
|
||||
"_npmVersion": "3.3.5",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "qs",
|
||||
"raw": "qs@5.2.0",
|
||||
"rawSpec": "5.2.0",
|
||||
"scope": null,
|
||||
"spec": "5.2.0",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/body-parser",
|
||||
"/request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/qs/-/qs-5.2.0.tgz",
|
||||
"_shasum": "a9f31142af468cb72b25b30136ba2456834916be",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "qs@5.2.0",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/body-parser",
|
||||
"bugs": {
|
||||
"url": "https://github.com/hapijs/qs/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
|
||||
"devDependencies": {
|
||||
"browserify": "^10.2.1",
|
||||
"code": "1.x.x",
|
||||
"lab": "5.x.x"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "a9f31142af468cb72b25b30136ba2456834916be",
|
||||
"tarball": "http://registry.npmjs.org/qs/-/qs-5.2.0.tgz"
|
||||
},
|
||||
"engines": ">=0.10.40",
|
||||
"gitHead": "a341cdf2fadba5ede1ce6c95c7051f6f31f37b81",
|
||||
"homepage": "https://github.com/hapijs/qs",
|
||||
"keywords": [
|
||||
"qs",
|
||||
"querystring"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "lib/index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "nlf",
|
||||
"email": "quitlahok@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "hueniverse",
|
||||
"email": "eran@hueniverse.com"
|
||||
}
|
||||
],
|
||||
"name": "qs",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/hapijs/qs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"dist": "browserify --standalone Qs lib/index.js > dist/qs.js",
|
||||
"test": "lab -a code -t 100 -L",
|
||||
"test-cov-html": "lab -a code -r html -o coverage.html",
|
||||
"test-tap": "lab -a code -r tap -o tests.tap"
|
||||
},
|
||||
"version": "5.2.0"
|
||||
}
|
||||
Reference in New Issue
Block a user