wallet-core/node_modules/is-relative/package.json

72 lines
1.3 KiB
JSON
Raw Normal View History

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.",
2018-09-20 02:56:13 +02:00
"version": "1.0.0",
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/jonschlinkert/is-relative",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
2018-09-20 02:56:13 +02:00
"contributors": [
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Shinnosuke Watanabe (https://shinnn.github.io)"
],
2016-11-03 01:33:53 +01:00
"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",
"files": [
"index.js"
2016-10-10 03:43:44 +02:00
],
2018-09-20 02:56:13 +02:00
"main": "index.js",
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": {
2018-09-20 02:56:13 +02:00
"is-unc-path": "^1.0.0"
2016-10-10 03:43:44 +02:00
},
"devDependencies": {
2018-09-20 02:56:13 +02:00
"gulp-format-md": "^1.0.0",
"mocha": "^3.4.2"
2016-10-10 03:43:44 +02:00
},
"keywords": [
"absolute",
"check",
"file",
"filepath",
"is",
"normalize",
"path",
"path.relative",
"relative",
"resolve",
"slash",
"slashes",
"uri",
"url"
],
"verb": {
"related": {
"list": [
"is-absolute",
"is-dotfile",
"is-glob",
2018-09-20 02:56:13 +02:00
"is-relative",
2016-10-10 03:43:44 +02:00
"is-unc-path"
]
2018-09-20 02:56:13 +02:00
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
2016-10-10 03:43:44 +02:00
}
2016-11-03 01:33:53 +01:00
}
2018-09-20 02:56:13 +02:00
}