All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

The newest version!
{
  "name": "which-module",
  "version": "2.0.1",
  "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": "^2.0.0",
    "coveralls": "^3.0.3",
    "nyc": "^14.0.0",
    "standard": "^14.0.0",
    "standard-version": "^7.0.0"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy