Files
2017-05-10 16:33:00 +08:00

108 lines
2.7 KiB
JSON

{
"_args": [
[
"parseurl@~1.3.1",
"/Users/xmfish/Desktop/test/reacttest/node_modules/express"
]
],
"_cnpm_publish_time": 1453060175110,
"_from": "parseurl@>=1.3.1 <1.4.0",
"_hasShrinkwrap": false,
"_id": "parseurl@1.3.1",
"_inCache": true,
"_installable": true,
"_location": "/parseurl",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "parseurl",
"raw": "parseurl@~1.3.1",
"rawSpec": "~1.3.1",
"scope": null,
"spec": ">=1.3.1 <1.4.0",
"type": "range"
},
"_requiredBy": [
"/express",
"/finalhandler",
"/serve-index",
"/serve-static"
],
"_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz",
"_shasum": "c8ab8c9223ba34888aa64a297b28853bec18da56",
"_shrinkwrap": null,
"_spec": "parseurl@~1.3.1",
"_where": "/Users/xmfish/Desktop/test/reacttest/node_modules/express",
"author": {
"email": "me@jongleberry.com",
"name": "Jonathan Ong",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/pillarjs/parseurl/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"dependencies": {},
"description": "parse a url with memoization",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "2.0.0",
"fast-url-parser": "1.1.3",
"istanbul": "0.4.2",
"mocha": "~1.21.5"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "c8ab8c9223ba34888aa64a297b28853bec18da56",
"size": 3379,
"tarball": "http://registry.npm.taobao.org/parseurl/download/parseurl-1.3.1.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "6d22d376d75b927ab2b5347ce3a1d6735133dd43",
"homepage": "https://github.com/pillarjs/parseurl",
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
}
],
"name": "parseurl",
"optionalDependencies": {},
"publish_time": 1453060175110,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/pillarjs/parseurl.git"
},
"scripts": {
"bench": "node benchmark/index.js",
"test": "mocha --check-leaks --bail --reporter spec test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
},
"version": "1.3.1"
}