source: trip-planner-front/node_modules/cookie/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "cookie@0.4.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "cookie@0.4.1",
10 "_id": "cookie@0.4.1",
11 "_inBundle": false,
12 "_integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==",
13 "_location": "/cookie",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "cookie@0.4.1",
19 "name": "cookie",
20 "escapedName": "cookie",
21 "rawSpec": "0.4.1",
22 "saveSpec": null,
23 "fetchSpec": "0.4.1"
24 },
25 "_requiredBy": [
26 "/engine.io"
27 ],
28 "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
29 "_spec": "0.4.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Roman Shtylman",
33 "email": "shtylman@gmail.com"
34 },
35 "bugs": {
36 "url": "https://github.com/jshttp/cookie/issues"
37 },
38 "contributors": [
39 {
40 "name": "Douglas Christopher Wilson",
41 "email": "doug@somethingdoug.com"
42 }
43 ],
44 "description": "HTTP server cookie parsing and serialization",
45 "devDependencies": {
46 "beautify-benchmark": "0.2.4",
47 "benchmark": "2.1.4",
48 "eslint": "6.8.0",
49 "eslint-plugin-markdown": "1.0.2",
50 "mocha": "7.1.1",
51 "nyc": "15.0.1"
52 },
53 "engines": {
54 "node": ">= 0.6"
55 },
56 "files": [
57 "HISTORY.md",
58 "LICENSE",
59 "README.md",
60 "index.js"
61 ],
62 "homepage": "https://github.com/jshttp/cookie#readme",
63 "keywords": [
64 "cookie",
65 "cookies"
66 ],
67 "license": "MIT",
68 "name": "cookie",
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/jshttp/cookie.git"
72 },
73 "scripts": {
74 "bench": "node benchmark/index.js",
75 "lint": "eslint --plugin markdown --ext js,md .",
76 "test": "mocha --reporter spec --bail --check-leaks --ui qunit test/",
77 "test-ci": "nyc --reporter=text npm test",
78 "test-cov": "nyc --reporter=html --reporter=text npm test",
79 "version": "node scripts/version-history.js && git add HISTORY.md"
80 },
81 "version": "0.4.1"
82}
Note: See TracBrowser for help on using the repository browser.