web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.0 KiB

  1. {
  2. "name": "contains-path",
  3. "description": "Return true if a file path contains the given path.",
  4. "version": "0.1.0",
  5. "homepage": "https://github.com/jonschlinkert/contains-path",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "repository": "jonschlinkert/contains-path",
  8. "bugs": {
  9. "url": "https://github.com/jonschlinkert/contains-path/issues"
  10. },
  11. "license": "MIT",
  12. "files": [
  13. "index.js"
  14. ],
  15. "main": "index.js",
  16. "engines": {
  17. "node": ">=0.10.0"
  18. },
  19. "scripts": {
  20. "test": "mocha"
  21. },
  22. "dependencies": {},
  23. "devDependencies": {
  24. "mocha": "*"
  25. },
  26. "keywords": [
  27. "contains",
  28. "directory",
  29. "dirname",
  30. "exec",
  31. "ext",
  32. "extname",
  33. "file",
  34. "filepath",
  35. "fp",
  36. "has",
  37. "match",
  38. "matches",
  39. "path",
  40. "regex",
  41. "test"
  42. ],
  43. "verb": {
  44. "related": {
  45. "list": [
  46. "ends-with",
  47. "path-ends-with",
  48. "path-segments",
  49. "is-absolute",
  50. "is-relative",
  51. "parse-filepath"
  52. ]
  53. }
  54. }
  55. }