b2efd547455fcbf772dd941f499de613cf918c94
[VSoRC/.git] / node_modules / encodeurl / package.json
1 {
2   "_from": "encodeurl@~1.0.2",
3   "_id": "encodeurl@1.0.2",
4   "_inBundle": false,
5   "_integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=",
6   "_location": "/encodeurl",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "encodeurl@~1.0.2",
12     "name": "encodeurl",
13     "escapedName": "encodeurl",
14     "rawSpec": "~1.0.2",
15     "saveSpec": null,
16     "fetchSpec": "~1.0.2"
17   },
18   "_requiredBy": [
19     "/express",
20     "/finalhandler",
21     "/send",
22     "/serve-static"
23   ],
24   "_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
25   "_shasum": "ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59",
26   "_spec": "encodeurl@~1.0.2",
27   "_where": "/home/josuer08/Documents/web/node_modules/express",
28   "bugs": {
29     "url": "https://github.com/pillarjs/encodeurl/issues"
30   },
31   "bundleDependencies": false,
32   "contributors": [
33     {
34       "name": "Douglas Christopher Wilson",
35       "email": "doug@somethingdoug.com"
36     }
37   ],
38   "deprecated": false,
39   "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
40   "devDependencies": {
41     "eslint": "3.19.0",
42     "eslint-config-standard": "10.2.1",
43     "eslint-plugin-import": "2.8.0",
44     "eslint-plugin-node": "5.2.1",
45     "eslint-plugin-promise": "3.6.0",
46     "eslint-plugin-standard": "3.0.1",
47     "istanbul": "0.4.5",
48     "mocha": "2.5.3"
49   },
50   "engines": {
51     "node": ">= 0.8"
52   },
53   "files": [
54     "LICENSE",
55     "HISTORY.md",
56     "README.md",
57     "index.js"
58   ],
59   "homepage": "https://github.com/pillarjs/encodeurl#readme",
60   "keywords": [
61     "encode",
62     "encodeurl",
63     "url"
64   ],
65   "license": "MIT",
66   "name": "encodeurl",
67   "repository": {
68     "type": "git",
69     "url": "git+https://github.com/pillarjs/encodeurl.git"
70   },
71   "scripts": {
72     "lint": "eslint .",
73     "test": "mocha --reporter spec --bail --check-leaks test/",
74     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
75     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
76   },
77   "version": "1.0.2"
78 }