package.json (2380B)
1 { 2 "_args": [ 3 [ 4 { 5 "raw": "cookie-signature@1.0.6", 6 "scope": null, 7 "escapedName": "cookie-signature", 8 "name": "cookie-signature", 9 "rawSpec": "1.0.6", 10 "spec": "1.0.6", 11 "type": "version" 12 }, 13 "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express" 14 ] 15 ], 16 "_from": "cookie-signature@1.0.6", 17 "_id": "cookie-signature@1.0.6", 18 "_inCache": true, 19 "_location": "/cookie-signature", 20 "_nodeVersion": "0.10.36", 21 "_npmUser": { 22 "name": "natevw", 23 "email": "natevw@yahoo.com" 24 }, 25 "_npmVersion": "2.3.0", 26 "_phantomChildren": {}, 27 "_requested": { 28 "raw": "cookie-signature@1.0.6", 29 "scope": null, 30 "escapedName": "cookie-signature", 31 "name": "cookie-signature", 32 "rawSpec": "1.0.6", 33 "spec": "1.0.6", 34 "type": "version" 35 }, 36 "_requiredBy": [ 37 "/express" 38 ], 39 "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", 40 "_shasum": "e303a882b342cc3ee8ca513a79999734dab3ae2c", 41 "_shrinkwrap": null, 42 "_spec": "cookie-signature@1.0.6", 43 "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express", 44 "author": { 45 "name": "TJ Holowaychuk", 46 "email": "tj@learnboost.com" 47 }, 48 "bugs": { 49 "url": "https://github.com/visionmedia/node-cookie-signature/issues" 50 }, 51 "dependencies": {}, 52 "description": "Sign and unsign cookies", 53 "devDependencies": { 54 "mocha": "*", 55 "should": "*" 56 }, 57 "directories": {}, 58 "dist": { 59 "shasum": "e303a882b342cc3ee8ca513a79999734dab3ae2c", 60 "tarball": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz" 61 }, 62 "gitHead": "391b56cf44d88c493491b7e3fc53208cfb976d2a", 63 "homepage": "https://github.com/visionmedia/node-cookie-signature", 64 "keywords": [ 65 "cookie", 66 "sign", 67 "unsign" 68 ], 69 "license": "MIT", 70 "main": "index", 71 "maintainers": [ 72 { 73 "name": "tjholowaychuk", 74 "email": "tj@vision-media.ca" 75 }, 76 { 77 "name": "natevw", 78 "email": "natevw@yahoo.com" 79 } 80 ], 81 "name": "cookie-signature", 82 "optionalDependencies": {}, 83 "readme": "ERROR: No README data found!", 84 "repository": { 85 "type": "git", 86 "url": "git+https://github.com/visionmedia/node-cookie-signature.git" 87 }, 88 "scripts": { 89 "test": "mocha --require should --reporter spec" 90 }, 91 "version": "1.0.6" 92 }