You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.9 KiB

  1. {
  2. "name": "base64-url",
  3. "version": "1.3.2",
  4. "description": "Base64 encode, decode, escape and unescape for URL applications",
  5. "main": "index.js",
  6. "files": [
  7. "LICENSE",
  8. "README.md",
  9. "index.js"
  10. ],
  11. "scripts": {
  12. "test": "istanbul cover tape test.js",
  13. "lint": "jshint -c .jshintrc *.js",
  14. "style": "jscs -p google *.js",
  15. "coverage:check": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  16. "coverage": "open coverage/lcov-report/index.html"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git://github.com/joaquimserafim/base64-url.git"
  21. },
  22. "keywords": [
  23. "base64",
  24. "base64url"
  25. ],
  26. "author": {
  27. "name": "@joaquimserafim"
  28. },
  29. "license": "ISC",
  30. "bugs": {
  31. "url": "https://github.com/joaquimserafim/base64-url/issues"
  32. },
  33. "homepage": "https://github.com/joaquimserafim/base64-url",
  34. "devDependencies": {
  35. "istanbul": "^0.3.5",
  36. "jscs": "^1.9.0",
  37. "jshint": "^2.5.11",
  38. "pre-commit": "^1.1.3",
  39. "tape": "^4.6.0"
  40. },
  41. "pre-commit": [
  42. "lint",
  43. "style",
  44. "test",
  45. "coverage:check"
  46. ],
  47. "gitHead": "356442c220fe38d00fa34078519c9b3ac31b1312",
  48. "_id": "base64-url@1.3.2",
  49. "_shasum": "4b08113b49d23889f306be64372762d31412f7a8",
  50. "_from": "base64-url@>=1.2.1 <2.0.0",
  51. "_npmVersion": "2.15.0",
  52. "_nodeVersion": "4.4.2",
  53. "_npmUser": {
  54. "name": "quim",
  55. "email": "joaquim.serafim@gmail.com"
  56. },
  57. "dist": {
  58. "shasum": "4b08113b49d23889f306be64372762d31412f7a8",
  59. "tarball": "https://registry.npmjs.org/base64-url/-/base64-url-1.3.2.tgz"
  60. },
  61. "maintainers": [
  62. {
  63. "name": "quim",
  64. "email": "joaquim.serafim@gmail.com"
  65. }
  66. ],
  67. "_npmOperationalInternal": {
  68. "host": "packages-16-east.internal.npmjs.com",
  69. "tmp": "tmp/base64-url-1.3.2.tgz_1468593630635_0.8208693880587816"
  70. },
  71. "directories": {},
  72. "_resolved": "https://registry.npmjs.org/base64-url/-/base64-url-1.3.2.tgz",
  73. "readme": "ERROR: No README data found!"
  74. }