package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "base64-url@1.3.2",
  5. "D:\\work\\im\\node_modules\\uid-safe"
  6. ]
  7. ],
  8. "_from": "base64-url@1.3.2",
  9. "_id": "base64-url@1.3.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/base64-url",
  13. "_nodeVersion": "4.4.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/base64-url-1.3.2.tgz_1468593630635_0.8208693880587816"
  17. },
  18. "_npmUser": {
  19. "email": "joaquim.serafim@gmail.com",
  20. "name": "quim"
  21. },
  22. "_npmVersion": "2.15.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "base64-url",
  26. "raw": "base64-url@1.3.2",
  27. "rawSpec": "1.3.2",
  28. "scope": null,
  29. "spec": "1.3.2",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/uid-safe"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/base64-url/-/base64-url-1.3.2.tgz",
  36. "_shasum": "4b08113b49d23889f306be64372762d31412f7a8",
  37. "_shrinkwrap": null,
  38. "_spec": "base64-url@1.3.2",
  39. "_where": "D:\\work\\im\\node_modules\\uid-safe",
  40. "author": {
  41. "name": "@joaquimserafim"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/joaquimserafim/base64-url/issues"
  45. },
  46. "dependencies": {},
  47. "description": "Base64 encode, decode, escape and unescape for URL applications",
  48. "devDependencies": {
  49. "istanbul": "^0.3.5",
  50. "jscs": "^1.9.0",
  51. "jshint": "^2.5.11",
  52. "pre-commit": "^1.1.3",
  53. "tape": "^4.6.0"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "4b08113b49d23889f306be64372762d31412f7a8",
  58. "tarball": "https://registry.npmjs.org/base64-url/-/base64-url-1.3.2.tgz"
  59. },
  60. "files": [
  61. "LICENSE",
  62. "README.md",
  63. "index.js"
  64. ],
  65. "gitHead": "356442c220fe38d00fa34078519c9b3ac31b1312",
  66. "homepage": "https://github.com/joaquimserafim/base64-url",
  67. "keywords": [
  68. "base64",
  69. "base64url"
  70. ],
  71. "license": "ISC",
  72. "main": "index.js",
  73. "maintainers": [
  74. {
  75. "email": "joaquim.serafim@gmail.com",
  76. "name": "quim"
  77. }
  78. ],
  79. "name": "base64-url",
  80. "optionalDependencies": {},
  81. "pre-commit": [
  82. "lint",
  83. "style",
  84. "test",
  85. "coverage:check"
  86. ],
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/joaquimserafim/base64-url.git"
  91. },
  92. "scripts": {
  93. "coverage": "open coverage/lcov-report/index.html",
  94. "coverage:check": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  95. "lint": "jshint -c .jshintrc *.js",
  96. "style": "jscs -p google *.js",
  97. "test": "istanbul cover tape test.js"
  98. },
  99. "version": "1.3.2"
  100. }