[6a3a178] | 1 | {
|
---|
[59329aa] | 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 | },
|
---|
[6a3a178] | 38 | "dependencies": {},
|
---|
[59329aa] | 39 | "description": "Sign and unsign cookies",
|
---|
[6a3a178] | 40 | "devDependencies": {
|
---|
| 41 | "mocha": "*",
|
---|
| 42 | "should": "*"
|
---|
| 43 | },
|
---|
[59329aa] | 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 | },
|
---|
[6a3a178] | 57 | "scripts": {
|
---|
| 58 | "test": "mocha --require should --reporter spec"
|
---|
| 59 | },
|
---|
[59329aa] | 60 | "version": "1.0.6"
|
---|
[6a3a178] | 61 | }
|
---|