package.json 2.1 KB

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