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

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

primeNG components

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