source: trip-planner-front/node_modules/cookie-signature/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: 1.5 KB
Line 
1{
2 "_args": [
3 [
4 "cookie-signature@1.0.6",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "cookie-signature@1.0.6",
10 "_id": "cookie-signature@1.0.6",
11 "_inBundle": false,
12 "_integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=",
13 "_location": "/cookie-signature",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "cookie-signature@1.0.6",
19 "name": "cookie-signature",
20 "escapedName": "cookie-signature",
21 "rawSpec": "1.0.6",
22 "saveSpec": null,
23 "fetchSpec": "1.0.6"
24 },
25 "_requiredBy": [
26 "/express"
27 ],
28 "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
29 "_spec": "1.0.6",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "TJ Holowaychuk",
33 "email": "tj@learnboost.com"
34 },
35 "bugs": {
36 "url": "https://github.com/visionmedia/node-cookie-signature/issues"
37 },
38 "dependencies": {},
39 "description": "Sign and unsign cookies",
40 "devDependencies": {
41 "mocha": "*",
42 "should": "*"
43 },
44 "homepage": "https://github.com/visionmedia/node-cookie-signature#readme",
45 "keywords": [
46 "cookie",
47 "sign",
48 "unsign"
49 ],
50 "license": "MIT",
51 "main": "index",
52 "name": "cookie-signature",
53 "repository": {
54 "type": "git",
55 "url": "git+https://github.com/visionmedia/node-cookie-signature.git"
56 },
57 "scripts": {
58 "test": "mocha --require should --reporter spec"
59 },
60 "version": "1.0.6"
61}
Note: See TracBrowser for help on using the repository browser.