| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "_args": [
- [
- "@dabh/diagnostics@2.0.3",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "@dabh/diagnostics@2.0.3",
- "_id": "@dabh/diagnostics@2.0.3",
- "_inBundle": false,
- "_integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==",
- "_location": "/@dabh/diagnostics",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@dabh/diagnostics@2.0.3",
- "name": "@dabh/diagnostics",
- "escapedName": "@dabh%2fdiagnostics",
- "scope": "@dabh",
- "rawSpec": "2.0.3",
- "saveSpec": null,
- "fetchSpec": "2.0.3"
- },
- "_requiredBy": [
- "/winston"
- ],
- "_resolved": "https://registry.npmmirror.com/@dabh/diagnostics/-/diagnostics-2.0.3.tgz",
- "_spec": "2.0.3",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "Arnout Kazemier"
- },
- "browser": "./browser",
- "bugs": {
- "url": "https://github.com/3rd-Eden/diagnostics/issues"
- },
- "contributors": [
- {
- "name": "Martijn Swaagman",
- "url": "https://github.com/swaagie"
- },
- {
- "name": "Jarrett Cruger",
- "url": "https://github.com/jcrugzz"
- },
- {
- "name": "Sevastos",
- "url": "https://github.com/sevastos"
- }
- ],
- "dependencies": {
- "colorspace": "1.1.x",
- "enabled": "2.0.x",
- "kuler": "^2.0.0"
- },
- "description": "Tools for debugging your node.js modules and event loop",
- "devDependencies": {
- "assume": "2.3.x",
- "asyncstorageapi": "^1.0.2",
- "mocha": "9.2.x",
- "nyc": "^15.1.0",
- "objstorage": "^1.0.0",
- "pre-commit": "1.2.x",
- "require-poisoning": "^2.0.0",
- "webpack": "4.x",
- "webpack-bundle-size-analyzer": "^3.0.0",
- "webpack-cli": "3.x"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/3rd-Eden/diagnostics",
- "keywords": [
- "debug",
- "debugger",
- "debugging",
- "diagnostic",
- "diagnostics",
- "event",
- "loop",
- "metrics",
- "stats"
- ],
- "license": "MIT",
- "main": "./node",
- "name": "@dabh/diagnostics",
- "repository": {
- "type": "git",
- "url": "git://github.com/3rd-Eden/diagnostics.git"
- },
- "scripts": {
- "test": "nyc --reporter=text --reporter=lcov npm run test:runner",
- "test:basic": "mocha --require test/mock.js test/*.test.js",
- "test:browser": "mocha --require test/mock test/browser.js",
- "test:node": "mocha --require test/mock test/node.js",
- "test:runner": "npm run test:basic && npm run test:node && npm run test:browser",
- "webpack:browser:dev": "webpack --mode=development browser/index.js -o /dev/null --json | webpack-bundle-size-analyzer",
- "webpack:browser:prod": "webpack --mode=production browser/index.js -o /dev/null --json | webpack-bundle-size-analyzer",
- "webpack:node:dev": "webpack --mode=development node/index.js -o /dev/null --json | webpack-bundle-size-analyzer",
- "webpack:node:prod": "webpack --mode=production node/index.js -o /dev/null --json | webpack-bundle-size-analyzer"
- },
- "version": "2.0.3"
- }
|