uawdijnntqw1x1x1
IP : 216.73.216.110
Hostname : 6.87.74.97.host.secureserver.net
Kernel : Linux 6.87.74.97.host.secureserver.net 4.18.0-553.83.1.el8_10.x86_64 #1 SMP Mon Nov 10 04:22:44 EST 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
emeraadmin
/
.razor
/
..
/
public_html
/
ba656
/
..
/
node_modules
/
..
/
4d695
/
path-root-regex.tar
/
/
package.json000064400000004154151676727010007052 0ustar00{ "_from": "path-root-regex@^0.1.0", "_id": "path-root-regex@0.1.2", "_inBundle": false, "_integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==", "_location": "/path-root-regex", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "path-root-regex@^0.1.0", "name": "path-root-regex", "escapedName": "path-root-regex", "rawSpec": "^0.1.0", "saveSpec": null, "fetchSpec": "^0.1.0" }, "_requiredBy": [ "/path-root" ], "_resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", "_shasum": "bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d", "_spec": "path-root-regex@^0.1.0", "_where": "C:\\xampp\\htdocs\\emeraltd\\node_modules\\path-root", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/regexhq/path-root-regex/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Regular expression for getting the root of a posix or windows filepath.", "devDependencies": { "gulp-format-md": "^0.1.7", "mocha": "^2.4.5" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/regexhq/path-root-regex", "keywords": [ "detect", "expression", "file", "filepath", "match", "parse", "path", "regex", "regexp", "regular", "root", "test" ], "license": "MIT", "main": "index.js", "name": "path-root-regex", "repository": { "type": "git", "url": "git+https://github.com/regexhq/path-root-regex.git" }, "scripts": { "test": "mocha" }, "verb": { "run": true, "toc": false, "layout": false, "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "highlight": "path-root", "list": [ "parse-filepath", "is-absolute" ] }, "reflinks": [ "verb", "path-root" ], "lint": { "reflinks": true } }, "version": "0.1.2" } LICENSE000064400000002073151676727010005567 0ustar00The MIT License (MIT) Copyright (c) 2016, Jon Schlinkert. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. index.js000064400000000537151676727010006232 0ustar00/*! * path-root-regex <https://github.com/jonschlinkert/path-root-regex> * * Copyright (c) 2016, Jon Schlinkert. * Licensed under the MIT License. */ 'use strict'; module.exports = function() { // Regex is modified from the split device regex in the node.js path module. return /^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?/; }; README.md000064400000004152151676727010006041 0ustar00# path-root-regex [](https://www.npmjs.com/package/path-root-regex) [](https://npmjs.org/package/path-root-regex) [](https://travis-ci.org/regexhq/path-root-regex) > Regular expression for getting the root of a posix or windows filepath. You might also be interested in [path-root](https://github.com/jonschlinkert/path-root). ## Usage The module exposes a function that must be called to get the regex (modified from the split device regex in the node.js path module); ```js var pathRootRegex = require('path-root-regex'); console.log(pathRootRegex() instanceof RegExp); //=> true ``` See the [path-root](https://github.com/jonschlinkert/path-root) module for examples. ## Related projects You might also be interested in these projects: * [is-absolute](https://www.npmjs.com/package/is-absolute): Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute. | [homepage](https://github.com/jonschlinkert/is-absolute) * [parse-filepath](https://www.npmjs.com/package/parse-filepath): Parse a filepath into an object. Falls back on the native node.js `path.parse` method if… [more](https://www.npmjs.com/package/parse-filepath) | [homepage](https://github.com/jonschlinkert/parse-filepath) ## Contributing Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/path-root-regex/issues/new). ## Running tests Install dev dependencies: ```sh $ npm install -d && npm test ``` ## Author **Jon Schlinkert** * [github/jonschlinkert](https://github.com/jonschlinkert) * [twitter/jonschlinkert](http://twitter.com/jonschlinkert) ## License Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). Released under the [MIT license](https://github.com/regexhq/path-root-regex/blob/master/LICENSE). *** _This file was generated by [verb](https://github.com/verbose/verb), v, on March 29, 2016._
/home/emeraadmin/.razor/../public_html/ba656/../node_modules/../4d695/path-root-regex.tar