UNPKG

1.66 kBJSONView Raw
1{
2 "name": "urijs",
3 "version": "1.18.6",
4 "title": "URI.js - Mutating URLs",
5 "author": {
6 "name": "Rodney Rehm",
7 "url": "http://rodneyrehm.de"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/medialize/URI.js.git"
12 },
13 "license": "MIT",
14 "description": "URI.js is a Javascript library for working with URLs.",
15 "keywords": [
16 "uri",
17 "url",
18 "urn",
19 "uri mutation",
20 "url mutation",
21 "uri manipulation",
22 "url manipulation",
23 "uri template",
24 "url template",
25 "unified resource locator",
26 "unified resource identifier",
27 "query string",
28 "RFC 3986",
29 "RFC3986",
30 "RFC 6570",
31 "RFC6570",
32 "jquery-plugin",
33 "ecosystem:jquery"
34 ],
35 "categories": [
36 "Parsers & Compilers",
37 "Utilities"
38 ],
39 "main": "./src/URI",
40 "homepage": "http://medialize.github.io/URI.js/",
41 "contributors": [
42 "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com)",
43 "Justin Chase <justin.m.chase@gmail.com> (http://justinmchase.com)"
44 ],
45 "files": [
46 "src/URI.js",
47 "src/IPv6.js",
48 "src/SecondLevelDomains.js",
49 "src/punycode.js",
50 "src/URITemplate.js",
51 "src/jquery.URI.js",
52 "src/URI.min.js",
53 "src/jquery.URI.min.js",
54 "src/URI.fragmentQuery.js",
55 "src/URI.fragmentURI.js",
56 "LICENSE.txt"
57 ],
58 "npmName": "urijs",
59 "npmFileMap": [
60 {
61 "basePath": "/src/",
62 "files": [
63 "*.js"
64 ]
65 },
66 {
67 "basePath": "/",
68 "files": [
69 "LICENSE.txt"
70 ]
71 }
72 ],
73 "devDependencies": {
74 "jshint-stylish": "~0.1.5",
75 "grunt": "~0.4.2",
76 "grunt-contrib-jshint": "~0.8.0"
77 }
78}