Sha256: d433a26a4ce8ff5e1f78c8a47420be922851352ecddcee1a5fc0463c3d1118cf
Contents?: true
Size: 917 Bytes
Versions: 22
Compression:
Stored size: 917 Bytes
Contents
{ "name": "which-module", "version": "1.0.0", "description": "Find the module object for something that was require()d", "main": "index.js", "scripts": { "pretest": "standard", "test": "nyc ava", "coverage": "nyc report --reporter=text-lcov | coveralls", "release": "standard-version" }, "files": [ "index.js" ], "repository": { "type": "git", "url": "git+https://github.com/nexdrew/which-module.git" }, "keywords": [ "which", "module", "exports", "filename", "require", "reverse", "lookup" ], "author": "nexdrew", "license": "ISC", "bugs": { "url": "https://github.com/nexdrew/which-module/issues" }, "homepage": "https://github.com/nexdrew/which-module#readme", "devDependencies": { "ava": "^0.15.2", "coveralls": "^2.11.9", "nyc": "^6.4.4", "standard": "^7.1.2", "standard-version": "^2.3.0" } }
Version data entries
22 entries across 22 versions & 9 rubygems