UNPKG

knockknock

Version:

Who's there? The modules that just called your code

55 lines (54 loc) 1.35 kB
{ "name": "knockknock", "version": "0.3.0", "description": "Who's there? The modules that just called your code", "homepage": "https://github.com/NotNinja/node-knockknock", "bugs": { "url": "https://github.com/NotNinja/node-knockknock/issues" }, "author": { "name": "Alasdair Mercer", "email": "mercer.alasdair@gmail.com", "url": "https://not.ninja" }, "license": "MIT", "keywords": [ "caller", "callsite", "stack", "trace", "knock", "module", "package" ], "repository": { "type": "git", "url": "https://github.com/NotNinja/node-knockknock.git" }, "dependencies": { "callsite": "^1.0.0", "debug": "*", "pkg-dir": "^2.0.0" }, "devDependencies": { "chai": "^3.5.0", "codecov": "^2.2.0", "eslint": "^3.19.0", "eslint-config-notninja": "^0.1.1", "istanbul": "^0.4.5", "mocha": "^3.4.1", "ncp": "^2.0.0", "tmp": "^0.0.31" }, "main": "src/knockknock.js", "scripts": { "ci": "npm run test", "report-coverage": "istanbul cover _mocha --report lcovonly -- -R list \"test/**/*.spec.js\" && codecov", "pretest": "eslint \"src/**/*.js\" \"test/**/*.js\"", "test": "istanbul cover _mocha -- -R list \"test/**/*.spec.js\"", "posttest": "istanbul check-coverage" }, "engines": { "node": ">=4" } }