Newer
Older
alert / js / node_modules / resolve-from / package.json
@Réz István Réz István on 18 Nov 2021 628 bytes first commit
{
  "name": "resolve-from",
  "version": "3.0.0",
  "description": "Resolve the path of a module like `require.resolve()` but from a given path",
  "license": "MIT",
  "repository": "sindresorhus/resolve-from",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "require",
    "resolve",
    "path",
    "module",
    "from",
    "like",
    "import",
    "path"
  ],
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  }
}