2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "is-relative",
|
|
|
|
"description": "Returns `true` if the path appears to be relative.",
|
|
|
|
"version": "0.2.1",
|
|
|
|
"homepage": "https://github.com/jonschlinkert/is-relative",
|
|
|
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
|
|
|
"repository": "jonschlinkert/is-relative",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/jonschlinkert/is-relative/issues"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"files": [
|
|
|
|
"index.js"
|
2016-10-10 03:43:44 +02:00
|
|
|
],
|
2016-11-03 01:33:53 +01:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"is-unc-path": "^0.1.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "*"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"absolute",
|
|
|
|
"check",
|
|
|
|
"file",
|
|
|
|
"filepath",
|
|
|
|
"is",
|
|
|
|
"normalize",
|
|
|
|
"path",
|
|
|
|
"path.relative",
|
|
|
|
"relative",
|
|
|
|
"resolve",
|
|
|
|
"slash",
|
|
|
|
"slashes",
|
|
|
|
"uri",
|
|
|
|
"url"
|
|
|
|
],
|
|
|
|
"verb": {
|
|
|
|
"related": {
|
|
|
|
"list": [
|
|
|
|
"is-absolute",
|
|
|
|
"is-relative",
|
|
|
|
"is-dotfile",
|
|
|
|
"is-glob",
|
|
|
|
"is-unc-path"
|
|
|
|
]
|
|
|
|
}
|
2016-11-03 01:33:53 +01:00
|
|
|
}
|
|
|
|
}
|