keksAccountGUI/node_modulesOLD/renderkid/package.json

78 lines
2.2 KiB
JSON

{
"_from": "renderkid@^2.0.1",
"_id": "renderkid@2.0.3",
"_inBundle": false,
"_integrity": "sha512-z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA==",
"_location": "/renderkid",
"_phantomChildren": {
"boolbase": "1.0.0",
"css-what": "2.1.3",
"dom-serializer": "0.1.1",
"domelementtype": "1.3.1",
"nth-check": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "renderkid@^2.0.1",
"name": "renderkid",
"escapedName": "renderkid",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/pretty-error"
],
"_resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.3.tgz",
"_shasum": "380179c2ff5ae1365c522bf2fcfcff01c5b74149",
"_spec": "renderkid@^2.0.1",
"_where": "/home/soeren/dev/keksaccountgui/node_modules/pretty-error",
"author": {
"name": "Aria Minaei"
},
"bugs": {
"url": "https://github.com/AriaMinaei/RenderKid/issues"
},
"bundleDependencies": false,
"dependencies": {
"css-select": "^1.1.0",
"dom-converter": "^0.2",
"htmlparser2": "^3.3.0",
"strip-ansi": "^3.0.0",
"utila": "^0.4.0"
},
"deprecated": false,
"description": "Stylish console.log for node",
"devDependencies": {
"chai": "^4.1.2",
"chai-changes": "^1.3.4",
"chai-fuzzy": "^1.5.0",
"coffee-script": "^1.9.1",
"jitter": "^1.3.0",
"mocha": "^5.2.0",
"mocha-pretty-spec-reporter": "0.1.0-beta.2",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"underscore": "^1.8.3"
},
"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": {
"compile": "coffee --bare --compile --output ./lib ./src",
"compile:watch": "jitter src lib -b",
"prepublish": "npm run compile",
"test": "mocha \"test/**/*.coffee\"",
"test:watch": "mocha \"test/**/*.coffee\" --watch",
"watch": "npm run compile:watch & npm run test:watch",
"winwatch": "start/b npm run compile:watch & npm run test:watch"
},
"version": "2.0.3"
}