aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-absolute/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-09-20 02:56:13 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-09-20 02:56:13 +0200
commitbbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch)
treec58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/is-absolute/package.json
parent003fb34971cf63466184351b4db5f7c67df4f444 (diff)
update packages
Diffstat (limited to 'node_modules/is-absolute/package.json')
-rw-r--r--node_modules/is-absolute/package.json17
1 files changed, 9 insertions, 8 deletions
diff --git a/node_modules/is-absolute/package.json b/node_modules/is-absolute/package.json
index 048452d98..d0cb992d4 100644
--- a/node_modules/is-absolute/package.json
+++ b/node_modules/is-absolute/package.json
@@ -1,13 +1,14 @@
{
"name": "is-absolute",
- "description": "Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute.",
- "version": "0.2.6",
+ "description": "Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.",
+ "version": "1.0.0",
"homepage": "https://github.com/jonschlinkert/is-absolute",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Elan Shanker (https://github.com/es128)",
- "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
- "Shinnosuke Watanabe <snnskwtnb@gmail.com> (https://shinnn.github.io)"
+ "Jon Schlinkert (http://twitter.com/jonschlinkert)",
+ "Shinnosuke Watanabe (https://shinnn.github.io)",
+ "(http://sobak.pl)"
],
"repository": "jonschlinkert/is-absolute",
"bugs": {
@@ -25,12 +26,12 @@
"test": "mocha"
},
"dependencies": {
- "is-relative": "^0.2.1",
- "is-windows": "^0.2.0"
+ "is-relative": "^1.0.0",
+ "is-windows": "^1.0.1"
},
"devDependencies": {
- "gulp-format-md": "^0.1.7",
- "mocha": "^2.4.5"
+ "gulp-format-md": "^1.0.0",
+ "mocha": "^3.4.2"
},
"keywords": [
"absolute",