115 lines
2.9 KiB
JSON
115 lines
2.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "querystringify@~1.0.0",
|
|
"scope": null,
|
|
"escapedName": "querystringify",
|
|
"name": "querystringify",
|
|
"rawSpec": "~1.0.0",
|
|
"spec": ">=1.0.0 <1.1.0",
|
|
"type": "range"
|
|
},
|
|
"c:\\xampp\\htdocs\\laravel\\node_modules\\url-parse"
|
|
]
|
|
],
|
|
"_from": "querystringify@>=1.0.0 <1.1.0",
|
|
"_id": "querystringify@1.0.0",
|
|
"_inCache": true,
|
|
"_location": "/url-parse/querystringify",
|
|
"_nodeVersion": "7.5.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/querystringify-1.0.0.tgz_1490037189929_0.4786026736255735"
|
|
},
|
|
"_npmUser": {
|
|
"name": "3rdeden",
|
|
"email": "npm@3rd-Eden.com"
|
|
},
|
|
"_npmVersion": "4.1.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "querystringify@~1.0.0",
|
|
"scope": null,
|
|
"escapedName": "querystringify",
|
|
"name": "querystringify",
|
|
"rawSpec": "~1.0.0",
|
|
"spec": ">=1.0.0 <1.1.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/url-parse"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/querystringify/-/querystringify-1.0.0.tgz",
|
|
"_shasum": "6286242112c5b712fa654e526652bf6a13ff05cb",
|
|
"_shrinkwrap": null,
|
|
"_spec": "querystringify@~1.0.0",
|
|
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\url-parse",
|
|
"author": {
|
|
"name": "Arnout Kazemier"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/unshiftio/querystringify/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Querystringify - Small, simple but powerful query string parser.",
|
|
"devDependencies": {
|
|
"assume": "1.4.x",
|
|
"istanbul": "0.4.x",
|
|
"mocha": "~3.2.0",
|
|
"pre-commit": "~1.2.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "6286242112c5b712fa654e526652bf6a13ff05cb",
|
|
"tarball": "https://registry.npmjs.org/querystringify/-/querystringify-1.0.0.tgz"
|
|
},
|
|
"gitHead": "027cfb18f94053604412ef834333374bd3e52d85",
|
|
"homepage": "https://github.com/unshiftio/querystringify",
|
|
"keywords": [
|
|
"query",
|
|
"string",
|
|
"query-string",
|
|
"querystring",
|
|
"qs",
|
|
"stringify",
|
|
"parse",
|
|
"decode",
|
|
"encode"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "3rdeden",
|
|
"email": "npm@3rd-Eden.com"
|
|
},
|
|
{
|
|
"name": "lpinca",
|
|
"email": "luigipinca@gmail.com"
|
|
},
|
|
{
|
|
"name": "unshift",
|
|
"email": "npm@unshift.io"
|
|
},
|
|
{
|
|
"name": "v1",
|
|
"email": "npm@3rd-Eden.com"
|
|
}
|
|
],
|
|
"name": "querystringify",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/unshiftio/querystringify.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "istanbul cover _mocha -- test.js",
|
|
"test": "mocha test.js",
|
|
"test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
|
|
"watch": "mocha --watch test.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|