![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/metras.v32.1/node_modules/contains-path/ |
{ "name": "contains-path", "description": "Return true if a file path contains the given path.", "version": "0.1.0", "homepage": "https://github.com/jonschlinkert/contains-path", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/contains-path", "bugs": { "url": "https://github.com/jonschlinkert/contains-path/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": {}, "devDependencies": { "mocha": "*" }, "keywords": [ "contains", "directory", "dirname", "exec", "ext", "extname", "file", "filepath", "fp", "has", "match", "matches", "path", "regex", "test" ], "verb": { "related": { "list": [ "ends-with", "path-ends-with", "path-segments", "is-absolute", "is-relative", "parse-filepath" ] } } }