source: trip-planner-front/node_modules/etag/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.3 KB
Line 
1{
2 "_args": [
3 [
4 "etag@1.8.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "etag@1.8.1",
10 "_id": "etag@1.8.1",
11 "_inBundle": false,
12 "_integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
13 "_location": "/etag",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "etag@1.8.1",
19 "name": "etag",
20 "escapedName": "etag",
21 "rawSpec": "1.8.1",
22 "saveSpec": null,
23 "fetchSpec": "1.8.1"
24 },
25 "_requiredBy": [
26 "/express",
27 "/send"
28 ],
29 "_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
30 "_spec": "1.8.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "bugs": {
33 "url": "https://github.com/jshttp/etag/issues"
34 },
35 "contributors": [
36 {
37 "name": "Douglas Christopher Wilson",
38 "email": "doug@somethingdoug.com"
39 },
40 {
41 "name": "David Björklund",
42 "email": "david.bjorklund@gmail.com"
43 }
44 ],
45 "description": "Create simple HTTP ETags",
46 "devDependencies": {
47 "beautify-benchmark": "0.2.4",
48 "benchmark": "2.1.4",
49 "eslint": "3.19.0",
50 "eslint-config-standard": "10.2.1",
51 "eslint-plugin-import": "2.7.0",
52 "eslint-plugin-markdown": "1.0.0-beta.6",
53 "eslint-plugin-node": "5.1.1",
54 "eslint-plugin-promise": "3.5.0",
55 "eslint-plugin-standard": "3.0.1",
56 "istanbul": "0.4.5",
57 "mocha": "1.21.5",
58 "safe-buffer": "5.1.1",
59 "seedrandom": "2.4.3"
60 },
61 "engines": {
62 "node": ">= 0.6"
63 },
64 "files": [
65 "LICENSE",
66 "HISTORY.md",
67 "README.md",
68 "index.js"
69 ],
70 "homepage": "https://github.com/jshttp/etag#readme",
71 "keywords": [
72 "etag",
73 "http",
74 "res"
75 ],
76 "license": "MIT",
77 "name": "etag",
78 "repository": {
79 "type": "git",
80 "url": "git+https://github.com/jshttp/etag.git"
81 },
82 "scripts": {
83 "bench": "node benchmark/index.js",
84 "lint": "eslint --plugin markdown --ext js,md .",
85 "test": "mocha --reporter spec --bail --check-leaks test/",
86 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
87 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
88 },
89 "version": "1.8.1"
90}
Note: See TracBrowser for help on using the repository browser.