package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "renderkid@2.0.5",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "renderkid@2.0.5",
  10. "_id": "renderkid@2.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-SDsaxZxmAaswp6WWpZZcq8z90KU=",
  13. "_location": "/renderkid",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "renderkid@2.0.5",
  19. "name": "renderkid",
  20. "escapedName": "renderkid",
  21. "rawSpec": "2.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.5"
  24. },
  25. "_requiredBy": [
  26. "/pretty-error"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/renderkid/download/renderkid-2.0.5.tgz?cache=0&sync_timestamp=1609588610014&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frenderkid%2Fdownload%2Frenderkid-2.0.5.tgz",
  29. "_spec": "2.0.5",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  31. "author": {
  32. "name": "Aria Minaei"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/AriaMinaei/RenderKid/issues"
  36. },
  37. "dependencies": {
  38. "css-select": "^2.0.2",
  39. "dom-converter": "^0.2",
  40. "htmlparser2": "^3.10.1",
  41. "lodash": "^4.17.20",
  42. "strip-ansi": "^3.0.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.5"
  75. }