UNPKG

@nodeutils/reqhere

Version:

Add any path to node's require path

43 lines (42 loc) 1.05 kB
{ "name": "@nodeutils/reqhere", "version": "1.1.0", "description": "Add any path to node's require path", "main": "lib/index.js", "scripts": { "test": "babel src -d lib && node ./node_modules/istanbul/lib/cli.js cover ./test/test.js -x ./test/test.js", "build": "babel src -d lib", "coverage": "ws -p 8888 -d coverage/lcov-report/" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/nodeutils/reqhere.git" }, "keywords": [ "nodeutils", "require", "path", "relative", "__dirname" ], "author": "Drew Llewellyn <drew@drew.pro> (http://drew.pro)", "license": "ISC", "bugs": { "url": "https://github.com/nodeutils/reqhere/issues" }, "homepage": "https://github.com/nodeutils/reqhere#readme", "devDependencies": { "babel-cli": "^6.11.4", "babel-preset-es2015": "^6.13.2", "chai": "^3.5.0", "istanbul": "^0.4.4", "local-web-server": "^1.2.6", "mocha": "^3.0.2" }, "dependencies": { "stack-trace": "0.0.9" } }