source: trip-planner-front/node_modules/portfinder/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "portfinder@1.0.28",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "portfinder@1.0.28",
10 "_id": "portfinder@1.0.28",
11 "_inBundle": false,
12 "_integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==",
13 "_location": "/portfinder",
14 "_phantomChildren": {
15 "minimist": "1.2.5",
16 "ms": "2.1.2"
17 },
18 "_requested": {
19 "type": "version",
20 "registry": true,
21 "raw": "portfinder@1.0.28",
22 "name": "portfinder",
23 "escapedName": "portfinder",
24 "rawSpec": "1.0.28",
25 "saveSpec": null,
26 "fetchSpec": "1.0.28"
27 },
28 "_requiredBy": [
29 "/webpack-dev-server"
30 ],
31 "_resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz",
32 "_spec": "1.0.28",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Charlie Robbins",
36 "email": "charlie.robbins@gmail.com"
37 },
38 "bugs": {
39 "url": "https://github.com/http-party/node-portfinder/issues"
40 },
41 "dependencies": {
42 "async": "^2.6.2",
43 "debug": "^3.1.1",
44 "mkdirp": "^0.5.5"
45 },
46 "description": "A simple tool to find an open port on the current machine",
47 "devDependencies": {
48 "glob": "^7.1.4",
49 "vows": "^0.8.2"
50 },
51 "engines": {
52 "node": ">= 0.12.0"
53 },
54 "files": [
55 "lib"
56 ],
57 "homepage": "https://github.com/http-party/node-portfinder#readme",
58 "keywords": [
59 "http",
60 "ports",
61 "utilities"
62 ],
63 "license": "MIT",
64 "main": "./lib/portfinder",
65 "name": "portfinder",
66 "repository": {
67 "type": "git",
68 "url": "git+ssh://git@github.com/http-party/node-portfinder.git"
69 },
70 "scripts": {
71 "test": "vows test/*-test.js --spec"
72 },
73 "types": "./lib/portfinder.d.ts",
74 "version": "1.0.28"
75}
Note: See TracBrowser for help on using the repository browser.