source: trip-planner-front/node_modules/on-finished/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: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "on-finished@2.3.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "on-finished@2.3.0",
10 "_id": "on-finished@2.3.0",
11 "_inBundle": false,
12 "_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
13 "_location": "/on-finished",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "on-finished@2.3.0",
19 "name": "on-finished",
20 "escapedName": "on-finished",
21 "rawSpec": "2.3.0",
22 "saveSpec": null,
23 "fetchSpec": "2.3.0"
24 },
25 "_requiredBy": [
26 "/body-parser",
27 "/express",
28 "/finalhandler",
29 "/send"
30 ],
31 "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
32 "_spec": "2.3.0",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "bugs": {
35 "url": "https://github.com/jshttp/on-finished/issues"
36 },
37 "contributors": [
38 {
39 "name": "Douglas Christopher Wilson",
40 "email": "doug@somethingdoug.com"
41 },
42 {
43 "name": "Jonathan Ong",
44 "email": "me@jongleberry.com",
45 "url": "http://jongleberry.com"
46 }
47 ],
48 "dependencies": {
49 "ee-first": "1.1.1"
50 },
51 "description": "Execute a callback when a request closes, finishes, or errors",
52 "devDependencies": {
53 "istanbul": "0.3.9",
54 "mocha": "2.2.5"
55 },
56 "engines": {
57 "node": ">= 0.8"
58 },
59 "files": [
60 "HISTORY.md",
61 "LICENSE",
62 "index.js"
63 ],
64 "homepage": "https://github.com/jshttp/on-finished#readme",
65 "license": "MIT",
66 "name": "on-finished",
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/jshttp/on-finished.git"
70 },
71 "scripts": {
72 "test": "mocha --reporter spec --bail --check-leaks test/",
73 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
74 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
75 },
76 "version": "2.3.0"
77}
Note: See TracBrowser for help on using the repository browser.