UNPKG

@stdlib/constants-path-sep

Version:

Platform-specific path segment separator.

74 lines (73 loc) 1.48 kB
{ "name": "@stdlib/constants-path-sep", "version": "0.2.2", "description": "Platform-specific path segment separator.", "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": { "doc": "./docs", "lib": "./lib", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/constants-path-sep.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/assert-is-windows": "^0.2.1", "@stdlib/constants-path-sep-posix": "^0.2.2", "@stdlib/constants-path-sep-win32": "^0.2.2" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdstring", "constant", "const", "path", "separator", "sep", "split", "posix", "linux", "darwin", "bsd", "windows", "win32" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }