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