package.json 896 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "is-path-inside",
  3. "version": "2.1.0",
  4. "description": "Check if a path is inside another path",
  5. "license": "MIT",
  6. "repository": "sindresorhus/is-path-inside",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=6"
  14. },
  15. "scripts": {
  16. "test": "xo && ava && tsd"
  17. },
  18. "files": [
  19. "index.js",
  20. "index.d.ts"
  21. ],
  22. "keywords": [
  23. "path",
  24. "inside",
  25. "folder",
  26. "directory",
  27. "dir",
  28. "file",
  29. "resolve"
  30. ],
  31. "dependencies": {
  32. "path-is-inside": "^1.0.2"
  33. },
  34. "devDependencies": {
  35. "ava": "^1.4.1",
  36. "tsd": "^0.7.2",
  37. "xo": "^0.24.0"
  38. },
  39. "__npminstall_done": "Thu Dec 24 2020 20:21:04 GMT+0800 (CST)",
  40. "_from": "is-path-inside@2.1.0",
  41. "_resolved": "https://registry.npm.taobao.org/is-path-inside/download/is-path-inside-2.1.0.tgz"
  42. }