source: trip-planner-front/node_modules/unpipe/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.7 KB
Line 
1{
2 "_args": [
3 [
4 "unpipe@1.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "unpipe@1.0.0",
10 "_id": "unpipe@1.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
13 "_location": "/unpipe",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "unpipe@1.0.0",
19 "name": "unpipe",
20 "escapedName": "unpipe",
21 "rawSpec": "1.0.0",
22 "saveSpec": null,
23 "fetchSpec": "1.0.0"
24 },
25 "_requiredBy": [
26 "/finalhandler",
27 "/raw-body"
28 ],
29 "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
30 "_spec": "1.0.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Douglas Christopher Wilson",
34 "email": "doug@somethingdoug.com"
35 },
36 "bugs": {
37 "url": "https://github.com/stream-utils/unpipe/issues"
38 },
39 "description": "Unpipe a stream from all destinations",
40 "devDependencies": {
41 "istanbul": "0.3.15",
42 "mocha": "2.2.5",
43 "readable-stream": "1.1.13"
44 },
45 "engines": {
46 "node": ">= 0.8"
47 },
48 "files": [
49 "HISTORY.md",
50 "LICENSE",
51 "README.md",
52 "index.js"
53 ],
54 "homepage": "https://github.com/stream-utils/unpipe#readme",
55 "license": "MIT",
56 "name": "unpipe",
57 "repository": {
58 "type": "git",
59 "url": "git+https://github.com/stream-utils/unpipe.git"
60 },
61 "scripts": {
62 "test": "mocha --reporter spec --bail --check-leaks test/",
63 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
64 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
65 },
66 "version": "1.0.0"
67}
Note: See TracBrowser for help on using the repository browser.