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.

package.json 1.8 KiB

3 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "tfunk@3.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "tfunk@3.1.0",
  9. "_id": "tfunk@3.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-OORBT8ZJd9h6/apy+sttKfgve1s=",
  12. "_location": "/tfunk",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tfunk@3.1.0",
  18. "name": "tfunk",
  19. "escapedName": "tfunk",
  20. "rawSpec": "3.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.0"
  23. },
  24. "_requiredBy": [
  25. "/eazy-logger"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/tfunk/-/tfunk-3.1.0.tgz",
  28. "_spec": "3.1.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Shane Osbourne"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/shakyShane/tfunk/issues"
  35. },
  36. "dependencies": {
  37. "chalk": "^1.1.1",
  38. "object-path": "^0.9.0"
  39. },
  40. "description": "Multi-colour console output from chalk with added awesome",
  41. "devDependencies": {
  42. "chai": "^1.10.0",
  43. "jshint": "^2.6.0",
  44. "mocha": "^2.1.0",
  45. "pegjs": "^0.8.0"
  46. },
  47. "files": [
  48. "index.js",
  49. "lib"
  50. ],
  51. "homepage": "https://github.com/shakyShane/tfunk#readme",
  52. "keywords": [
  53. "color",
  54. "colour",
  55. "colors",
  56. "terminal",
  57. "console",
  58. "cli",
  59. "string",
  60. "styles",
  61. "formatting",
  62. "rgb",
  63. "shell",
  64. "xterm",
  65. "log",
  66. "logging",
  67. "command-line",
  68. "text"
  69. ],
  70. "license": "MIT",
  71. "name": "tfunk",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/shakyShane/tfunk.git"
  75. },
  76. "scripts": {
  77. "lint": "jshint test/*.js index.js",
  78. "test": "npm run lint && mocha"
  79. },
  80. "version": "3.1.0"
  81. }