source: trip-planner-front/node_modules/content-disposition/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.4 KB
Line 
1{
2 "_args": [
3 [
4 "content-disposition@0.5.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "content-disposition@0.5.3",
10 "_id": "content-disposition@0.5.3",
11 "_inBundle": false,
12 "_integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
13 "_location": "/content-disposition",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "content-disposition@0.5.3",
19 "name": "content-disposition",
20 "escapedName": "content-disposition",
21 "rawSpec": "0.5.3",
22 "saveSpec": null,
23 "fetchSpec": "0.5.3"
24 },
25 "_requiredBy": [
26 "/express"
27 ],
28 "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
29 "_spec": "0.5.3",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Douglas Christopher Wilson",
33 "email": "doug@somethingdoug.com"
34 },
35 "bugs": {
36 "url": "https://github.com/jshttp/content-disposition/issues"
37 },
38 "dependencies": {
39 "safe-buffer": "5.1.2"
40 },
41 "description": "Create and parse Content-Disposition header",
42 "devDependencies": {
43 "deep-equal": "1.0.1",
44 "eslint": "5.10.0",
45 "eslint-config-standard": "12.0.0",
46 "eslint-plugin-import": "2.14.0",
47 "eslint-plugin-markdown": "1.0.0-rc.1",
48 "eslint-plugin-node": "7.0.1",
49 "eslint-plugin-promise": "4.0.1",
50 "eslint-plugin-standard": "4.0.0",
51 "istanbul": "0.4.5",
52 "mocha": "5.2.0"
53 },
54 "engines": {
55 "node": ">= 0.6"
56 },
57 "files": [
58 "LICENSE",
59 "HISTORY.md",
60 "README.md",
61 "index.js"
62 ],
63 "homepage": "https://github.com/jshttp/content-disposition#readme",
64 "keywords": [
65 "content-disposition",
66 "http",
67 "rfc6266",
68 "res"
69 ],
70 "license": "MIT",
71 "name": "content-disposition",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/jshttp/content-disposition.git"
75 },
76 "scripts": {
77 "lint": "eslint --plugin markdown --ext js,md .",
78 "test": "mocha --reporter spec --bail --check-leaks test/",
79 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
80 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
81 },
82 "version": "0.5.3"
83}
Note: See TracBrowser for help on using the repository browser.