package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "renderkid@2.0.7",
  3. "_id": "renderkid@2.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==",
  6. "_location": "/renderkid",
  7. "_phantomChildren": {
  8. "boolbase": "1.0.0"
  9. },
  10. "_requested": {
  11. "type": "version",
  12. "registry": true,
  13. "raw": "renderkid@2.0.7",
  14. "name": "renderkid",
  15. "escapedName": "renderkid",
  16. "rawSpec": "2.0.7",
  17. "saveSpec": null,
  18. "fetchSpec": "2.0.7"
  19. },
  20. "_requiredBy": [
  21. "/pretty-error"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.7.tgz",
  24. "_shasum": "464f276a6bdcee606f4a15993f9b29fc74ca8609",
  25. "_spec": "renderkid@2.0.7",
  26. "_where": "/Users/lihai/jolijoli/pad_spa/node_modules/pretty-error",
  27. "author": {
  28. "name": "Aria Minaei"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/AriaMinaei/RenderKid/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "css-select": "^4.1.3",
  36. "dom-converter": "^0.2.0",
  37. "htmlparser2": "^6.1.0",
  38. "lodash": "^4.17.21",
  39. "strip-ansi": "^3.0.1"
  40. },
  41. "deprecated": false,
  42. "description": "Stylish console.log for node",
  43. "devDependencies": {
  44. "@babel/core": "^7.14.5",
  45. "@babel/preset-env": "^7.14.5",
  46. "chai": "^4.3.4",
  47. "chai-changes": "^1.3.6",
  48. "chai-fuzzy": "^1.6.1",
  49. "coffeescript": "^2.5.1",
  50. "mocha": "^9.0.0",
  51. "sinon": "^11.1.1",
  52. "sinon-chai": "^3.7.0"
  53. },
  54. "homepage": "https://github.com/AriaMinaei/RenderKid#readme",
  55. "license": "MIT",
  56. "main": "lib/RenderKid.js",
  57. "name": "renderkid",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/AriaMinaei/RenderKid.git"
  61. },
  62. "scripts": {
  63. "compile": "coffee --bare --transpile --output ./lib ./src",
  64. "compile:watch": "coffee --watch --bare --transpile --output ./lib ./src",
  65. "prepublish": "npm run compile",
  66. "test": "mocha \"test/**/*.coffee\"",
  67. "test:watch": "npm run test -- --watch",
  68. "watch": "npm run compile:watch & npm run test:watch"
  69. },
  70. "version": "2.0.7"
  71. }