source: trip-planner-front/node_modules/connect/node_modules/debug/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "debug@2.6.9",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "debug@2.6.9",
10 "_id": "debug@2.6.9",
11 "_inBundle": false,
12 "_integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
13 "_location": "/connect/debug",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "debug@2.6.9",
19 "name": "debug",
20 "escapedName": "debug",
21 "rawSpec": "2.6.9",
22 "saveSpec": null,
23 "fetchSpec": "2.6.9"
24 },
25 "_requiredBy": [
26 "/connect"
27 ],
28 "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
29 "_spec": "2.6.9",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "TJ Holowaychuk",
33 "email": "tj@vision-media.ca"
34 },
35 "browser": "./src/browser.js",
36 "bugs": {
37 "url": "https://github.com/visionmedia/debug/issues"
38 },
39 "component": {
40 "scripts": {
41 "debug/index.js": "browser.js",
42 "debug/debug.js": "debug.js"
43 }
44 },
45 "contributors": [
46 {
47 "name": "Nathan Rajlich",
48 "email": "nathan@tootallnate.net",
49 "url": "http://n8.io"
50 },
51 {
52 "name": "Andrew Rhyne",
53 "email": "rhyneandrew@gmail.com"
54 }
55 ],
56 "dependencies": {
57 "ms": "2.0.0"
58 },
59 "description": "small debugging utility",
60 "devDependencies": {
61 "browserify": "9.0.3",
62 "chai": "^3.5.0",
63 "concurrently": "^3.1.0",
64 "coveralls": "^2.11.15",
65 "eslint": "^3.12.1",
66 "istanbul": "^0.4.5",
67 "karma": "^1.3.0",
68 "karma-chai": "^0.1.0",
69 "karma-mocha": "^1.3.0",
70 "karma-phantomjs-launcher": "^1.0.2",
71 "karma-sinon": "^1.0.5",
72 "mocha": "^3.2.0",
73 "mocha-lcov-reporter": "^1.2.0",
74 "rimraf": "^2.5.4",
75 "sinon": "^1.17.6",
76 "sinon-chai": "^2.8.0"
77 },
78 "homepage": "https://github.com/visionmedia/debug#readme",
79 "keywords": [
80 "debug",
81 "log",
82 "debugger"
83 ],
84 "license": "MIT",
85 "main": "./src/index.js",
86 "name": "debug",
87 "repository": {
88 "type": "git",
89 "url": "git://github.com/visionmedia/debug.git"
90 },
91 "version": "2.6.9"
92}
Note: See TracBrowser for help on using the repository browser.