forked from enviPath/enviPy
Current Dev State
This commit is contained in:
104
static/js/ketcher2/node_modules/is-unc-path/package.json
generated
vendored
Normal file
104
static/js/ketcher2/node_modules/is-unc-path/package.json
generated
vendored
Normal file
@ -0,0 +1,104 @@
|
||||
{
|
||||
"_from": "is-unc-path@^0.1.1",
|
||||
"_id": "is-unc-path@0.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-arBTpyVzwQJQ/0FqOBTDUXivObk=",
|
||||
"_location": "/is-unc-path",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "is-unc-path@^0.1.1",
|
||||
"name": "is-unc-path",
|
||||
"escapedName": "is-unc-path",
|
||||
"rawSpec": "^0.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/is-relative"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.2.tgz",
|
||||
"_shasum": "6ab053a72573c10250ff416a3814c35178af39b9",
|
||||
"_spec": "is-unc-path@^0.1.1",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/is-relative",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/is-unc-path/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"unc-path-regex": "^0.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Returns true if a filepath is a windows UNC file path.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.11",
|
||||
"mocha": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/is-unc-path",
|
||||
"keywords": [
|
||||
"absolute",
|
||||
"expression",
|
||||
"file",
|
||||
"filepath",
|
||||
"is",
|
||||
"match",
|
||||
"matching",
|
||||
"path",
|
||||
"regex",
|
||||
"regexp",
|
||||
"regular",
|
||||
"unc",
|
||||
"win",
|
||||
"windows"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "is-unc-path",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/is-unc-path.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"related": {
|
||||
"list": [
|
||||
"dirname-regex",
|
||||
"dotdir-regex",
|
||||
"dotfile-regex",
|
||||
"is-glob",
|
||||
"is-unc-path",
|
||||
"path-regex",
|
||||
"unc-path-regex"
|
||||
]
|
||||
},
|
||||
"toc": false,
|
||||
"layout": "default",
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
},
|
||||
"reflinks": [
|
||||
"verb",
|
||||
"verb-generate-readme"
|
||||
]
|
||||
},
|
||||
"version": "0.1.2"
|
||||
}
|
||||
Reference in New Issue
Block a user