find-plugins
Version:
Add plugin functionality to your tool - search for installed node_modules by keyword or other criteria.
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "find-plugins",
"version": "1.1.7",
"description": "Add plugin functionality to your tool - search for installed node_modules by keyword or other criteria.",
"main": "index.js",
"scripts": {
"test": "mocha",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/davewasmer/find-plugins"
},
"engines": {
"node": ">=6"
},
"keywords": [
"plugin",
"npm",
"modules",
"keywords",
"find",
"search",
"list"
],
"author": "Dave Wasmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/davewasmer/find-plugins/issues"
},
"homepage": "https://github.com/davewasmer/find-plugins",
"devDependencies": {
"eslint": "^4.6.1",
"mocha": "^5.0.0",
"semantic-release": "^12.4.1"
},
"dependencies": {
"dag-map": "^2.0.2",
"debug": "^3.1.0",
"read-pkg": "^3.0.0",
"read-pkg-up": "^3.0.0",
"resolve-pkg": "^1.0.0",
"try-require": "^1.2.1"
},
"types": "index.d.ts"
}