package.json 821 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "resolve-from",
  3. "version": "3.0.0",
  4. "description": "Resolve the path of a module like `require.resolve()` but from a given path",
  5. "license": "MIT",
  6. "repository": "sindresorhus/resolve-from",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=4"
  14. },
  15. "scripts": {
  16. "test": "xo && ava"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "require",
  23. "resolve",
  24. "path",
  25. "module",
  26. "from",
  27. "like",
  28. "import",
  29. "path"
  30. ],
  31. "devDependencies": {
  32. "ava": "*",
  33. "xo": "*"
  34. },
  35. "__npminstall_done": "Thu Dec 24 2020 20:20:48 GMT+0800 (CST)",
  36. "_from": "resolve-from@3.0.0",
  37. "_resolved": "https://registry.npm.taobao.org/resolve-from/download/resolve-from-3.0.0.tgz"
  38. }