package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "renderkid@2.0.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "renderkid@2.0.3",
  10. "_id": "renderkid@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA==",
  13. "_location": "/renderkid",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "renderkid@2.0.3",
  19. "name": "renderkid",
  20. "escapedName": "renderkid",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/pretty-error"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.3.tgz",
  29. "_spec": "2.0.3",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Aria Minaei"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/AriaMinaei/RenderKid/issues"
  36. },
  37. "dependencies": {
  38. "css-select": "^1.1.0",
  39. "dom-converter": "^0.2",
  40. "htmlparser2": "^3.3.0",
  41. "strip-ansi": "^3.0.0",
  42. "utila": "^0.4.0"
  43. },
  44. "description": "Stylish console.log for node",
  45. "devDependencies": {
  46. "chai": "^4.1.2",
  47. "chai-changes": "^1.3.4",
  48. "chai-fuzzy": "^1.5.0",
  49. "coffee-script": "^1.9.1",
  50. "jitter": "^1.3.0",
  51. "mocha": "^5.2.0",
  52. "mocha-pretty-spec-reporter": "0.1.0-beta.2",
  53. "sinon": "^1.14.1",
  54. "sinon-chai": "^2.7.0",
  55. "underscore": "^1.8.3"
  56. },
  57. "homepage": "https://github.com/AriaMinaei/RenderKid#readme",
  58. "license": "MIT",
  59. "main": "lib/RenderKid.js",
  60. "name": "renderkid",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/AriaMinaei/RenderKid.git"
  64. },
  65. "scripts": {
  66. "compile": "coffee --bare --compile --output ./lib ./src",
  67. "compile:watch": "jitter src lib -b",
  68. "prepublish": "npm run compile",
  69. "test": "mocha \"test/**/*.coffee\"",
  70. "test:watch": "mocha \"test/**/*.coffee\" --watch",
  71. "watch": "npm run compile:watch & npm run test:watch",
  72. "winwatch": "start/b npm run compile:watch & npm run test:watch"
  73. },
  74. "version": "2.0.3"
  75. }