source: trip-planner-front/node_modules/destroy/package.json@ e29cc2e

Last change on this file since e29cc2e 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 "destroy@1.0.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "destroy@1.0.4",
10 "_id": "destroy@1.0.4",
11 "_inBundle": false,
12 "_integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
13 "_location": "/destroy",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "destroy@1.0.4",
19 "name": "destroy",
20 "escapedName": "destroy",
21 "rawSpec": "1.0.4",
22 "saveSpec": null,
23 "fetchSpec": "1.0.4"
24 },
25 "_requiredBy": [
26 "/send"
27 ],
28 "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
29 "_spec": "1.0.4",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Jonathan Ong",
33 "email": "me@jongleberry.com",
34 "url": "http://jongleberry.com"
35 },
36 "bugs": {
37 "url": "https://github.com/stream-utils/destroy/issues"
38 },
39 "contributors": [
40 {
41 "name": "Douglas Christopher Wilson",
42 "email": "doug@somethingdoug.com"
43 }
44 ],
45 "description": "destroy a stream if possible",
46 "devDependencies": {
47 "istanbul": "0.4.2",
48 "mocha": "2.3.4"
49 },
50 "files": [
51 "index.js",
52 "LICENSE"
53 ],
54 "homepage": "https://github.com/stream-utils/destroy#readme",
55 "keywords": [
56 "stream",
57 "streams",
58 "destroy",
59 "cleanup",
60 "leak",
61 "fd"
62 ],
63 "license": "MIT",
64 "name": "destroy",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/stream-utils/destroy.git"
68 },
69 "scripts": {
70 "test": "mocha --reporter spec",
71 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
72 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
73 },
74 "version": "1.0.4"
75}
Note: See TracBrowser for help on using the repository browser.