source: trip-planner-front/node_modules/requires-port/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "requires-port@1.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "requires-port@1.0.0",
10 "_id": "requires-port@1.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=",
13 "_location": "/requires-port",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "requires-port@1.0.0",
19 "name": "requires-port",
20 "escapedName": "requires-port",
21 "rawSpec": "1.0.0",
22 "saveSpec": null,
23 "fetchSpec": "1.0.0"
24 },
25 "_requiredBy": [
26 "/http-proxy",
27 "/url-parse"
28 ],
29 "_resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
30 "_spec": "1.0.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Arnout Kazemier"
34 },
35 "bugs": {
36 "url": "https://github.com/unshiftio/requires-port/issues"
37 },
38 "description": "Check if a protocol requires a certain port number to be added to an URL.",
39 "devDependencies": {
40 "assume": "1.3.x",
41 "istanbul": "0.4.x",
42 "mocha": "2.3.x",
43 "pre-commit": "1.1.x"
44 },
45 "homepage": "https://github.com/unshiftio/requires-port",
46 "keywords": [
47 "port",
48 "require",
49 "http",
50 "https",
51 "ws",
52 "wss",
53 "gopher",
54 "file",
55 "ftp",
56 "requires",
57 "requried",
58 "portnumber",
59 "url",
60 "parsing",
61 "validation",
62 "cows"
63 ],
64 "license": "MIT",
65 "main": "index.js",
66 "name": "requires-port",
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/unshiftio/requires-port.git"
70 },
71 "scripts": {
72 "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
73 "coverage": "istanbul cover _mocha -- test.js",
74 "test": "mocha test.js",
75 "test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
76 "watch": "mocha --watch test.js"
77 },
78 "version": "1.0.0"
79}
Note: See TracBrowser for help on using the repository browser.