package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "uid-safe@~2.1.1",
  5. "D:\\work\\im\\node_modules\\koa-generic-session"
  6. ]
  7. ],
  8. "_from": "uid-safe@>=2.1.1 <2.2.0",
  9. "_id": "uid-safe@2.1.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/uid-safe",
  13. "_npmOperationalInternal": {
  14. "host": "packages-12-west.internal.npmjs.com",
  15. "tmp": "tmp/uid-safe-2.1.2.tgz_1471284806211_0.030802547931671143"
  16. },
  17. "_npmUser": {
  18. "email": "doug@somethingdoug.com",
  19. "name": "dougwilson"
  20. },
  21. "_npmVersion": "1.4.28",
  22. "_phantomChildren": {},
  23. "_requested": {
  24. "name": "uid-safe",
  25. "raw": "uid-safe@~2.1.1",
  26. "rawSpec": "~2.1.1",
  27. "scope": null,
  28. "spec": ">=2.1.1 <2.2.0",
  29. "type": "range"
  30. },
  31. "_requiredBy": [
  32. "/koa-generic-session"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.2.tgz",
  35. "_shasum": "c934b3caead0fdcd0fb2cff3a8876d06fe0ee0fd",
  36. "_shrinkwrap": null,
  37. "_spec": "uid-safe@~2.1.1",
  38. "_where": "D:\\work\\im\\node_modules\\koa-generic-session",
  39. "bugs": {
  40. "url": "https://github.com/crypto-utils/uid-safe/issues"
  41. },
  42. "contributors": [
  43. {
  44. "email": "doug@somethingdoug.com",
  45. "name": "Douglas Christopher Wilson"
  46. },
  47. {
  48. "email": "me@jongleberry.com",
  49. "name": "Jonathan Ong",
  50. "url": "http://jongleberry.com"
  51. }
  52. ],
  53. "dependencies": {
  54. "base64-url": "1.3.2",
  55. "random-bytes": "~1.0.0"
  56. },
  57. "description": "URL and cookie safe UIDs",
  58. "devDependencies": {
  59. "bluebird": "3.4.1",
  60. "eslint": "2.13.1",
  61. "eslint-config-standard": "5.3.5",
  62. "eslint-plugin-promise": "2.0.1",
  63. "eslint-plugin-standard": "2.0.0",
  64. "istanbul": "0.4.4",
  65. "mocha": "2.5.3"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "c934b3caead0fdcd0fb2cff3a8876d06fe0ee0fd",
  70. "tarball": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.2.tgz"
  71. },
  72. "engines": {
  73. "node": ">= 0.8"
  74. },
  75. "files": [
  76. "LICENSE",
  77. "HISTORY.md",
  78. "README.md",
  79. "index.js"
  80. ],
  81. "gitHead": "32285798f2d803ac9442aae092943346a97c1d11",
  82. "homepage": "https://github.com/crypto-utils/uid-safe",
  83. "keywords": [
  84. "random",
  85. "generator",
  86. "uid",
  87. "safe"
  88. ],
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "email": "doug@somethingdoug.com",
  93. "name": "dougwilson"
  94. },
  95. {
  96. "email": "fishrock123@rocketmail.com",
  97. "name": "fishrock123"
  98. },
  99. {
  100. "email": "jonathanrichardong@gmail.com",
  101. "name": "jongleberry"
  102. }
  103. ],
  104. "name": "uid-safe",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/crypto-utils/uid-safe.git"
  110. },
  111. "scripts": {
  112. "lint": "eslint **/*.js",
  113. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  114. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
  115. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
  116. },
  117. "version": "2.1.2"
  118. }