123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "_args": [
- [
- {
- "raw": "is-unc-path@^0.1.1",
- "scope": null,
- "escapedName": "is-unc-path",
- "name": "is-unc-path",
- "rawSpec": "^0.1.1",
- "spec": ">=0.1.1 <0.2.0",
- "type": "range"
- },
- "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/is-relative"
- ]
- ],
- "_from": "is-unc-path@>=0.1.1 <0.2.0",
- "_id": "is-unc-path@0.1.1",
- "_inCache": true,
- "_location": "/is-unc-path",
- "_nodeVersion": "0.12.4",
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "2.10.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "is-unc-path@^0.1.1",
- "scope": null,
- "escapedName": "is-unc-path",
- "name": "is-unc-path",
- "rawSpec": "^0.1.1",
- "spec": ">=0.1.1 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/is-relative"
- ],
- "_resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.1.tgz",
- "_shasum": "ab2533d77ad733561124c3dc0f5cd8b90054c86b",
- "_shrinkwrap": null,
- "_spec": "is-unc-path@^0.1.1",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/is-relative",
- "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": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "ab2533d77ad733561124c3dc0f5cd8b90054c86b",
- "tarball": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.1.tgz"
- },
- "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",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "is-unc-path",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/is-unc-path.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "0.1.1"
- }
|