| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "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"
- ]
- }
- }
- }
|