package.json 2.0 KB

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