1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "parseurl@1.3.3",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "parseurl@1.3.3",
|
---|
10 | "_id": "parseurl@1.3.3",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
---|
13 | "_location": "/parseurl",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "parseurl@1.3.3",
|
---|
19 | "name": "parseurl",
|
---|
20 | "escapedName": "parseurl",
|
---|
21 | "rawSpec": "1.3.3",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "1.3.3"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/connect",
|
---|
27 | "/express",
|
---|
28 | "/finalhandler",
|
---|
29 | "/serve-index",
|
---|
30 | "/serve-static"
|
---|
31 | ],
|
---|
32 | "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
---|
33 | "_spec": "1.3.3",
|
---|
34 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/pillarjs/parseurl/issues"
|
---|
37 | },
|
---|
38 | "contributors": [
|
---|
39 | {
|
---|
40 | "name": "Douglas Christopher Wilson",
|
---|
41 | "email": "doug@somethingdoug.com"
|
---|
42 | },
|
---|
43 | {
|
---|
44 | "name": "Jonathan Ong",
|
---|
45 | "email": "me@jongleberry.com",
|
---|
46 | "url": "http://jongleberry.com"
|
---|
47 | }
|
---|
48 | ],
|
---|
49 | "description": "parse a url with memoization",
|
---|
50 | "devDependencies": {
|
---|
51 | "beautify-benchmark": "0.2.4",
|
---|
52 | "benchmark": "2.1.4",
|
---|
53 | "eslint": "5.16.0",
|
---|
54 | "eslint-config-standard": "12.0.0",
|
---|
55 | "eslint-plugin-import": "2.17.1",
|
---|
56 | "eslint-plugin-node": "7.0.1",
|
---|
57 | "eslint-plugin-promise": "4.1.1",
|
---|
58 | "eslint-plugin-standard": "4.0.0",
|
---|
59 | "fast-url-parser": "1.1.3",
|
---|
60 | "istanbul": "0.4.5",
|
---|
61 | "mocha": "6.1.3"
|
---|
62 | },
|
---|
63 | "engines": {
|
---|
64 | "node": ">= 0.8"
|
---|
65 | },
|
---|
66 | "files": [
|
---|
67 | "LICENSE",
|
---|
68 | "HISTORY.md",
|
---|
69 | "README.md",
|
---|
70 | "index.js"
|
---|
71 | ],
|
---|
72 | "homepage": "https://github.com/pillarjs/parseurl#readme",
|
---|
73 | "license": "MIT",
|
---|
74 | "name": "parseurl",
|
---|
75 | "repository": {
|
---|
76 | "type": "git",
|
---|
77 | "url": "git+https://github.com/pillarjs/parseurl.git"
|
---|
78 | },
|
---|
79 | "scripts": {
|
---|
80 | "bench": "node benchmark/index.js",
|
---|
81 | "lint": "eslint .",
|
---|
82 | "test": "mocha --check-leaks --bail --reporter spec test/",
|
---|
83 | "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
|
---|
84 | "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
|
---|
85 | },
|
---|
86 | "version": "1.3.3"
|
---|
87 | }
|
---|