management/front/dkha-web-sz-main/node_modules/renderkid/package.json

70 lines
2.0 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "renderkid@^2.0.4",
"_id": "renderkid@2.0.7",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==",
2023-12-18 13:12:25 +08:00
"_location": "/renderkid",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "renderkid@^2.0.4",
2023-12-18 13:12:25 +08:00
"name": "renderkid",
"escapedName": "renderkid",
2024-01-16 21:26:16 +08:00
"rawSpec": "^2.0.4",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^2.0.4"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/pretty-error"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/renderkid/-/renderkid-2.0.7.tgz",
"_shasum": "464f276a6bdcee606f4a15993f9b29fc74ca8609",
"_spec": "renderkid@^2.0.4",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\pretty-error",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Aria Minaei"
},
"bugs": {
"url": "https://github.com/AriaMinaei/RenderKid/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
2024-01-16 21:26:16 +08:00
"css-select": "^4.1.3",
"dom-converter": "^0.2.0",
"htmlparser2": "^6.1.0",
"lodash": "^4.17.21",
"strip-ansi": "^3.0.1"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Stylish console.log for node",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"chai": "^4.3.4",
"chai-changes": "^1.3.6",
"chai-fuzzy": "^1.6.1",
"coffeescript": "^2.5.1",
"mocha": "^9.0.0",
"sinon": "^11.1.1",
"sinon-chai": "^3.7.0"
2023-12-18 13:12:25 +08:00
},
"homepage": "https://github.com/AriaMinaei/RenderKid#readme",
"license": "MIT",
"main": "lib/RenderKid.js",
"name": "renderkid",
"repository": {
"type": "git",
"url": "git+https://github.com/AriaMinaei/RenderKid.git"
},
"scripts": {
2024-01-16 21:26:16 +08:00
"compile": "coffee --bare --transpile --output ./lib ./src",
"compile:watch": "coffee --watch --bare --transpile --output ./lib ./src",
2023-12-18 13:12:25 +08:00
"prepublish": "npm run compile",
"test": "mocha \"test/**/*.coffee\"",
2024-01-16 21:26:16 +08:00
"test:watch": "npm run test -- --watch",
"watch": "npm run compile:watch & npm run test:watch"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"version": "2.0.7"
2023-12-18 13:12:25 +08:00
}