UI for Zipcoin Blue

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "basic-auth@^1.1.0",
  3. "_id": "basic-auth@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-RSIe5Cn37h5QNb4/UVM/HN/SmIQ=",
  6. "_location": "/basic-auth",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "basic-auth@^1.1.0",
  12. "name": "basic-auth",
  13. "escapedName": "basic-auth",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/cli-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.1.0.tgz",
  22. "_shasum": "45221ee429f7ee1e5035be3f51533f1cdfd29884",
  23. "_spec": "basic-auth@^1.1.0",
  24. "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/@ionic/cli-utils",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/basic-auth/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "node.js basic auth parser",
  31. "devDependencies": {
  32. "eslint": "3.10.2",
  33. "eslint-config-standard": "6.2.1",
  34. "eslint-plugin-markdown": "1.0.0-beta.3",
  35. "eslint-plugin-promise": "3.4.0",
  36. "eslint-plugin-standard": "2.0.1",
  37. "istanbul": "0.4.5",
  38. "mocha": "1.21.5"
  39. },
  40. "engines": {
  41. "node": ">= 0.6"
  42. },
  43. "files": [
  44. "HISTORY.md",
  45. "LICENSE",
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jshttp/basic-auth#readme",
  49. "keywords": [
  50. "basic",
  51. "auth",
  52. "authorization",
  53. "basicauth"
  54. ],
  55. "license": "MIT",
  56. "name": "basic-auth",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/jshttp/basic-auth.git"
  60. },
  61. "scripts": {
  62. "lint": "eslint --plugin markdown --ext js,md .",
  63. "test": "mocha --check-leaks --reporter spec --bail",
  64. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  65. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  66. },
  67. "version": "1.1.0"
  68. }