12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_args": [
- [
- "renderkid@2.0.5",
- "D:\\project\\苏南官网\\su_nan_guan_wang"
- ]
- ],
- "_development": true,
- "_from": "renderkid@2.0.5",
- "_id": "renderkid@2.0.5",
- "_inBundle": false,
- "_integrity": "sha1-SDsaxZxmAaswp6WWpZZcq8z90KU=",
- "_location": "/renderkid",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "renderkid@2.0.5",
- "name": "renderkid",
- "escapedName": "renderkid",
- "rawSpec": "2.0.5",
- "saveSpec": null,
- "fetchSpec": "2.0.5"
- },
- "_requiredBy": [
- "/pretty-error"
- ],
- "_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",
- "_spec": "2.0.5",
- "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
- "author": {
- "name": "Aria Minaei"
- },
- "bugs": {
- "url": "https://github.com/AriaMinaei/RenderKid/issues"
- },
- "dependencies": {
- "css-select": "^2.0.2",
- "dom-converter": "^0.2",
- "htmlparser2": "^3.10.1",
- "lodash": "^4.17.20",
- "strip-ansi": "^3.0.0"
- },
- "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.5"
- }
|