Initial commit
[yaffs-website] / node_modules / parseurl / package.json
1 {
2   "_args": [
3     [
4       "parseurl@~1.3.0",
5       "/var/www/yaffs/node_modules/tiny-lr"
6     ]
7   ],
8   "_from": "parseurl@>=1.3.0 <1.4.0",
9   "_id": "parseurl@1.3.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/parseurl",
13   "_npmUser": {
14     "email": "doug@somethingdoug.com",
15     "name": "dougwilson"
16   },
17   "_npmVersion": "1.4.28",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "parseurl",
21     "raw": "parseurl@~1.3.0",
22     "rawSpec": "~1.3.0",
23     "scope": null,
24     "spec": ">=1.3.0 <1.4.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/tiny-lr"
29   ],
30   "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz",
31   "_shasum": "c8ab8c9223ba34888aa64a297b28853bec18da56",
32   "_shrinkwrap": null,
33   "_spec": "parseurl@~1.3.0",
34   "_where": "/var/www/yaffs/node_modules/tiny-lr",
35   "author": {
36     "email": "me@jongleberry.com",
37     "name": "Jonathan Ong",
38     "url": "http://jongleberry.com"
39   },
40   "bugs": {
41     "url": "https://github.com/pillarjs/parseurl/issues"
42   },
43   "contributors": [
44     {
45       "name": "Douglas Christopher Wilson",
46       "email": "doug@somethingdoug.com"
47     }
48   ],
49   "dependencies": {},
50   "description": "parse a url with memoization",
51   "devDependencies": {
52     "beautify-benchmark": "0.2.4",
53     "benchmark": "2.0.0",
54     "fast-url-parser": "1.1.3",
55     "istanbul": "0.4.2",
56     "mocha": "~1.21.5"
57   },
58   "directories": {},
59   "dist": {
60     "shasum": "c8ab8c9223ba34888aa64a297b28853bec18da56",
61     "tarball": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz"
62   },
63   "engines": {
64     "node": ">= 0.8"
65   },
66   "files": [
67     "HISTORY.md",
68     "LICENSE",
69     "README.md",
70     "index.js"
71   ],
72   "gitHead": "6d22d376d75b927ab2b5347ce3a1d6735133dd43",
73   "homepage": "https://github.com/pillarjs/parseurl",
74   "license": "MIT",
75   "maintainers": [
76     {
77       "name": "jongleberry",
78       "email": "jonathanrichardong@gmail.com"
79     },
80     {
81       "name": "dougwilson",
82       "email": "doug@somethingdoug.com"
83     },
84     {
85       "name": "tjholowaychuk",
86       "email": "tj@vision-media.ca"
87     },
88     {
89       "name": "mscdex",
90       "email": "mscdex@mscdex.net"
91     },
92     {
93       "name": "fishrock123",
94       "email": "fishrock123@rocketmail.com"
95     },
96     {
97       "name": "defunctzombie",
98       "email": "shtylman@gmail.com"
99     }
100   ],
101   "name": "parseurl",
102   "optionalDependencies": {},
103   "readme": "ERROR: No README data found!",
104   "repository": {
105     "type": "git",
106     "url": "git+https://github.com/pillarjs/parseurl.git"
107   },
108   "scripts": {
109     "bench": "node benchmark/index.js",
110     "test": "mocha --check-leaks --bail --reporter spec test/",
111     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
112     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
113   },
114   "version": "1.3.1"
115 }