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