105 lines
3.0 KiB
JSON
105 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@dabh/diagnostics@2.0.2",
|
|
"/home/shihaam/www/freezer.shihaam.me/app"
|
|
]
|
|
],
|
|
"_from": "@dabh/diagnostics@2.0.2",
|
|
"_id": "@dabh/diagnostics@2.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-+A1YivoVDNNVCdfozHSR8v/jyuuLTMXwjWuxPFlFlUapXoGc+Gj9mDlTDDfrwl7rXCl2tNZ0kE8sIBO6YOn96Q==",
|
|
"_location": "/@dabh/diagnostics",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@dabh/diagnostics@2.0.2",
|
|
"name": "@dabh/diagnostics",
|
|
"escapedName": "@dabh%2fdiagnostics",
|
|
"scope": "@dabh",
|
|
"rawSpec": "2.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/winston"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.2.tgz",
|
|
"_spec": "2.0.2",
|
|
"_where": "/home/shihaam/www/freezer.shihaam.me/app",
|
|
"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.1.x",
|
|
"asyncstorageapi": "^1.0.2",
|
|
"mocha": "5.2.x",
|
|
"nyc": "^14.1.1",
|
|
"objstorage": "^1.0.0",
|
|
"pre-commit": "1.2.x",
|
|
"require-poisoning": "^2.0.0",
|
|
"webpack": "^4.29.5",
|
|
"webpack-bundle-size-analyzer": "^3.0.0",
|
|
"webpack-cli": "^3.2.3"
|
|
},
|
|
"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.2"
|
|
}
|