0ff23819d9dcb3854860f2bed80c1e0db3ad3a19
[aai/esr-gui.git] /
1 {
2   "name": "encodeurl",
3   "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
4   "version": "1.0.1",
5   "contributors": [
6     {
7       "name": "Douglas Christopher Wilson",
8       "email": "doug@somethingdoug.com"
9     }
10   ],
11   "license": "MIT",
12   "keywords": [
13     "encode",
14     "encodeurl",
15     "url"
16   ],
17   "repository": {
18     "type": "git",
19     "url": "git+https://github.com/pillarjs/encodeurl.git"
20   },
21   "devDependencies": {
22     "eslint": "2.11.1",
23     "eslint-config-standard": "5.3.1",
24     "eslint-plugin-promise": "1.3.2",
25     "eslint-plugin-standard": "1.3.2",
26     "istanbul": "0.4.3",
27     "mocha": "2.5.3"
28   },
29   "files": [
30     "LICENSE",
31     "HISTORY.md",
32     "README.md",
33     "index.js"
34   ],
35   "engines": {
36     "node": ">= 0.8"
37   },
38   "scripts": {
39     "lint": "eslint **/*.js",
40     "test": "mocha --reporter spec --bail --check-leaks test/",
41     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
42     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
43   },
44   "gitHead": "39ed0c235fed4cea7d012038fd6bb0480561d226",
45   "bugs": {
46     "url": "https://github.com/pillarjs/encodeurl/issues"
47   },
48   "homepage": "https://github.com/pillarjs/encodeurl#readme",
49   "_id": "encodeurl@1.0.1",
50   "_shasum": "79e3d58655346909fe6f0f45a5de68103b294d20",
51   "_from": "encodeurl@>=1.0.1 <1.1.0",
52   "_npmVersion": "2.15.1",
53   "_nodeVersion": "4.4.3",
54   "_npmUser": {
55     "name": "dougwilson",
56     "email": "doug@somethingdoug.com"
57   },
58   "dist": {
59     "shasum": "79e3d58655346909fe6f0f45a5de68103b294d20",
60     "tarball": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz"
61   },
62   "maintainers": [
63     {
64       "name": "dougwilson",
65       "email": "doug@somethingdoug.com"
66     }
67   ],
68   "_npmOperationalInternal": {
69     "host": "packages-12-west.internal.npmjs.com",
70     "tmp": "tmp/encodeurl-1.0.1.tgz_1465519736251_0.09314409433864057"
71   },
72   "directories": {},
73   "_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz"
74 }