You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/url/package.json

89 lines
2.1 KiB
JSON

{
"_args": [
[
{
"raw": "url@~0.10.1",
"scope": null,
"escapedName": "url",
"name": "url",
"rawSpec": "~0.10.1",
"spec": ">=0.10.1 <0.11.0",
"type": "range"
},
"/Users/MB/git/pdfkit/node_modules/browserify"
]
],
"_from": "url@>=0.10.1 <0.11.0",
"_id": "url@0.10.3",
"_inCache": true,
"_location": "/url",
"_nodeVersion": "0.10.35",
"_npmUser": {
"name": "shtylman",
"email": "shtylman@gmail.com"
},
"_npmVersion": "2.2.0",
"_phantomChildren": {},
"_requested": {
"raw": "url@~0.10.1",
"scope": null,
"escapedName": "url",
"name": "url",
"rawSpec": "~0.10.1",
"spec": ">=0.10.1 <0.11.0",
"type": "range"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/url/-/url-0.10.3.tgz",
"_shasum": "021e4d9c7705f21bbf37d03ceb58767402774c64",
"_shrinkwrap": null,
"_spec": "url@~0.10.1",
"_where": "/Users/MB/git/pdfkit/node_modules/browserify",
"bugs": {
"url": "https://github.com/defunctzombie/node-url/issues"
},
"dependencies": {
"punycode": "1.3.2",
"querystring": "0.2.0"
},
"description": "The core `url` packaged standalone for use with Browserify.",
"devDependencies": {
"assert": "1.1.1",
"mocha": "1.18.2",
"zuul": "2.0.0"
},
"directories": {},
"dist": {
"shasum": "021e4d9c7705f21bbf37d03ceb58767402774c64",
"tarball": "https://registry.npmjs.org/url/-/url-0.10.3.tgz"
},
"gitHead": "575b428ae37eb43f243d0228dea1b44ecf744f3d",
"homepage": "https://github.com/defunctzombie/node-url",
"license": "MIT",
"main": "./url.js",
"maintainers": [
{
"name": "coolaj86",
"email": "coolaj86@gmail.com"
},
{
"name": "shtylman",
"email": "shtylman@gmail.com"
}
],
"name": "url",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/defunctzombie/node-url.git"
},
"scripts": {
"test": "mocha --ui qunit test.js && zuul -- test.js",
"test-local": "zuul --local -- test.js"
},
"version": "0.10.3"
}