Website/node_modules/urijs/package.json
2015-12-03 19:57:30 -05:00

140 lines
3.1 KiB
JSON

{
"_args": [
[
"urijs@^1.17.0",
"/Users/okennedy/Documents/Website/node_modules/metalsmith-broken-link-checker"
]
],
"_from": "urijs@>=1.17.0 <2.0.0",
"_id": "urijs@1.17.0",
"_inCache": true,
"_installable": true,
"_location": "/urijs",
"_nodeVersion": "4.2.2",
"_npmUser": {
"email": "rodney.rehm@medialize.de",
"name": "rodneyrehm"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "urijs",
"raw": "urijs@^1.17.0",
"rawSpec": "^1.17.0",
"scope": null,
"spec": ">=1.17.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/metalsmith-broken-link-checker"
],
"_resolved": "https://registry.npmjs.org/urijs/-/urijs-1.17.0.tgz",
"_shasum": "20fcd32bcf60e0e9007c2415c2c9b8bdc43b33b1",
"_shrinkwrap": null,
"_spec": "urijs@^1.17.0",
"_where": "/Users/okennedy/Documents/Website/node_modules/metalsmith-broken-link-checker",
"author": {
"name": "Rodney Rehm",
"url": "http://rodneyrehm.de"
},
"bugs": {
"url": "https://github.com/medialize/URI.js/issues"
},
"categories": [
"Parsers & Compilers",
"Utilities"
],
"contributors": [
{
"name": "Francois-Guillaume Ribreau",
"email": "npm@fgribreau.com",
"url": "http://fgribreau.com"
},
{
"name": "Justin Chase",
"email": "justin.m.chase@gmail.com",
"url": "http://justinmchase.com"
}
],
"dependencies": {},
"description": "URI.js is a Javascript library for working with URLs.",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"jshint-stylish": "~0.1.5"
},
"directories": {},
"dist": {
"shasum": "20fcd32bcf60e0e9007c2415c2c9b8bdc43b33b1",
"tarball": "http://registry.npmjs.org/urijs/-/urijs-1.17.0.tgz"
},
"files": [
"LICENSE.txt",
"src/IPv6.js",
"src/SecondLevelDomains.js",
"src/URI.fragmentQuery.js",
"src/URI.fragmentURI.js",
"src/URI.js",
"src/URI.min.js",
"src/URITemplate.js",
"src/jquery.URI.js",
"src/jquery.URI.min.js",
"src/punycode.js"
],
"gitHead": "5aa9d186a9fa93e9dd08ff1fc42de12abdd70cec",
"homepage": "http://medialize.github.io/URI.js/",
"keywords": [
"RFC 3986",
"RFC 6570",
"RFC3986",
"RFC6570",
"ecosystem:jquery",
"jquery-plugin",
"query string",
"unified resource identifier",
"unified resource locator",
"uri",
"uri manipulation",
"uri mutation",
"uri template",
"url",
"url manipulation",
"url mutation",
"url template",
"urn"
],
"license": "MIT",
"main": "./src/URI",
"maintainers": [
{
"name": "rodneyrehm",
"email": "rodney.rehm@medialize.de"
}
],
"name": "urijs",
"npmFileMap": [
{
"basePath": "/src/",
"files": [
"*.js"
]
},
{
"basePath": "/",
"files": [
"LICENSE.txt"
]
}
],
"npmName": "urijs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/medialize/URI.js.git"
},
"scripts": {},
"title": "URI.js - Mutating URLs",
"version": "1.17.0"
}