package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "passport@*",
  3. "_id": "passport@0.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-xQlWkTR71a07XhgCOMORTRbwWBE=",
  6. "_location": "/passport",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "passport@*",
  12. "name": "passport",
  13. "escapedName": "passport",
  14. "rawSpec": "*",
  15. "saveSpec": null,
  16. "fetchSpec": "*"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/passport/-/passport-0.4.0.tgz",
  22. "_shasum": "c5095691347bd5ad3b5e180238c3914d16f05811",
  23. "_spec": "passport@*",
  24. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register",
  25. "author": {
  26. "name": "Jared Hanson",
  27. "email": "jaredhanson@gmail.com",
  28. "url": "http://www.jaredhanson.net/"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/jaredhanson/passport/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "passport-strategy": "1.x.x",
  36. "pause": "0.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "Simple, unobtrusive authentication for Node.js.",
  40. "devDependencies": {
  41. "chai": "2.x.x",
  42. "chai-connect-middleware": "0.3.x",
  43. "chai-passport-strategy": "0.2.x",
  44. "make-node": "0.3.x",
  45. "mocha": "2.x.x",
  46. "proxyquire": "1.4.x"
  47. },
  48. "engines": {
  49. "node": ">= 0.4.0"
  50. },
  51. "homepage": "http://passportjs.org/",
  52. "keywords": [
  53. "express",
  54. "connect",
  55. "auth",
  56. "authn",
  57. "authentication"
  58. ],
  59. "license": "MIT",
  60. "licenses": [
  61. {
  62. "type": "MIT",
  63. "url": "http://opensource.org/licenses/MIT"
  64. }
  65. ],
  66. "main": "./lib",
  67. "name": "passport",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/jaredhanson/passport.git"
  71. },
  72. "scripts": {
  73. "test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
  74. },
  75. "version": "0.4.0"
  76. }