80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"is-unc-path@0.1.1",
|
|
"/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "is-unc-path@0.1.1",
|
|
"_id": "is-unc-path@0.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-qyUz13rXM1YRJMPcD1zYuQBUyGs=",
|
|
"_location": "/is-unc-path",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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.1.tgz",
|
|
"_spec": "0.1.1",
|
|
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/is-unc-path/issues"
|
|
},
|
|
"dependencies": {
|
|
"unc-path-regex": "^0.1.0"
|
|
},
|
|
"description": "Returns true if a filepath is a windows UNC file path.",
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"should": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/is-unc-path",
|
|
"keywords": [
|
|
"absolute",
|
|
"expression",
|
|
"file",
|
|
"filepath",
|
|
"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"
|
|
},
|
|
"version": "0.1.1"
|
|
}
|