forked from enviPath/enviPy
Current Dev State
This commit is contained in:
86
static/js/ketcher2/node_modules/is-relative/package.json
generated
vendored
Normal file
86
static/js/ketcher2/node_modules/is-relative/package.json
generated
vendored
Normal file
@ -0,0 +1,86 @@
|
||||
{
|
||||
"_from": "is-relative@^0.2.1",
|
||||
"_id": "is-relative@0.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-0n9MfVFtF1+2ENuEu+7yPDvJeqU=",
|
||||
"_location": "/is-relative",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "is-relative@^0.2.1",
|
||||
"name": "is-relative",
|
||||
"escapedName": "is-relative",
|
||||
"rawSpec": "^0.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/is-absolute"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz",
|
||||
"_shasum": "d27f4c7d516d175fb610db84bbeef23c3bc97aa5",
|
||||
"_spec": "is-relative@^0.2.1",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/is-absolute",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/is-relative/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"is-unc-path": "^0.1.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Returns `true` if the path appears to be relative.",
|
||||
"devDependencies": {
|
||||
"mocha": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/is-relative",
|
||||
"keywords": [
|
||||
"absolute",
|
||||
"check",
|
||||
"file",
|
||||
"filepath",
|
||||
"is",
|
||||
"normalize",
|
||||
"path",
|
||||
"path.relative",
|
||||
"relative",
|
||||
"resolve",
|
||||
"slash",
|
||||
"slashes",
|
||||
"uri",
|
||||
"url"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "is-relative",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/is-relative.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"related": {
|
||||
"list": [
|
||||
"is-absolute",
|
||||
"is-relative",
|
||||
"is-dotfile",
|
||||
"is-glob",
|
||||
"is-unc-path"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "0.2.1"
|
||||
}
|
||||
Reference in New Issue
Block a user