{
  "name": "plover-module-resolver",
  "version": "2.0.0",
  "description": "【核心模块】 plover模块加载和解析器。",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha --require should --reporter spec --recursive --check-leaks test/",
    "cov": "istanbul cover _mocha -- --require should --recursive --check-leaks test/ -R spec"
  },
  "files": [
    "lib"
  ],
  "dependencies": {
    "debug": "^4.1.1",
    "resolve-from": "^5.0.0",
    "semver": "^7.3.2"
  },
  "devDependencies": {
    "istanbul": "^1.1.0-alpha",
    "mocha": "^8.0.1",
    "should": "^13.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alibaba/plover.git"
  },
  "author": "bencode@163.com",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/alibaba/plover/issues"
  },
  "homepage": "https://github.com/alibaba/plover#readme"
}
