{ "name": "@stdlib/regexp-extended-length-path", "version": "0.0.7", "description": "Regular expression to detect an extended-length path.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "main": "./lib", "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", "lib": "./lib", "test": "./test" }, "types": "./docs/types", "scripts": { "test": "make test", "test-cov": "make test-cov", "examples": "make examples", "benchmark": "make benchmark" }, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/regexp-extended-length-path.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x" }, "devDependencies": { "@stdlib/assert-is-boolean": "^0.0.x", "@stdlib/assert-is-regexp": "^0.0.x", "@stdlib/bench": "^0.0.x", "@stdlib/string-from-code-point": "^0.0.x", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", "tap-spec": "5.x.x" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "regex", "regexp", "re", "regular", "expression", "path", "test", "file", "filename", "windows", "win", "win32", "extended", "length" ], "funding": { "type": "patreon", "url": "https://www.patreon.com/athan" } }