2012-12-24 14:11:35 +01:00
|
|
|
{
|
2022-07-17 14:25:05 +02:00
|
|
|
"name": "@navy.gif/timestring",
|
2022-07-17 14:27:14 +02:00
|
|
|
"version": "6.0.1",
|
2014-07-17 22:57:10 +02:00
|
|
|
"description": "Parse a human readable time string into a time based value",
|
2016-03-06 22:43:53 +01:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2016-03-06 22:49:16 +01:00
|
|
|
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -x test.js test.js",
|
2016-03-06 22:43:53 +01:00
|
|
|
"dev": "watch 'clear; npm test -s;' ./ -d",
|
2016-12-16 20:52:21 +01:00
|
|
|
"lint": "standard *.js",
|
2016-03-06 22:43:53 +01:00
|
|
|
"test": "mocha test.js"
|
|
|
|
},
|
2014-07-17 22:57:10 +02:00
|
|
|
"author": "Michael David Barrett <mike182uk@gmail.com>",
|
2015-07-09 17:19:42 +02:00
|
|
|
"license": "MIT",
|
2014-07-17 22:57:10 +02:00
|
|
|
"repository": {
|
2014-07-17 22:37:26 +02:00
|
|
|
"type": "git",
|
2022-07-17 14:25:05 +02:00
|
|
|
"url": "git://github.com/Navy-gif/timestring.git"
|
2014-07-17 22:37:26 +02:00
|
|
|
},
|
2022-07-17 14:25:05 +02:00
|
|
|
"homepage": "https://github.com/Navy-gif/timestring",
|
2016-03-06 22:43:53 +01:00
|
|
|
"bugs": {
|
2022-07-17 14:25:05 +02:00
|
|
|
"url": "https://github.com/Navy-gif/timestring/issues"
|
2016-01-15 11:00:12 +01:00
|
|
|
},
|
2016-03-06 22:43:53 +01:00
|
|
|
"keywords": [
|
|
|
|
"time",
|
|
|
|
"timestring",
|
|
|
|
"duration",
|
|
|
|
"date"
|
|
|
|
],
|
2016-03-06 22:40:53 +01:00
|
|
|
"engines": {
|
2019-05-04 21:13:34 +02:00
|
|
|
"node": ">=8"
|
2016-03-06 22:43:53 +01:00
|
|
|
},
|
2014-07-17 22:57:10 +02:00
|
|
|
"devDependencies": {
|
2019-05-04 21:11:03 +02:00
|
|
|
"chai": "^4.2.0",
|
2019-08-24 11:02:47 +02:00
|
|
|
"coveralls": "^3.0.6",
|
2019-05-04 21:11:03 +02:00
|
|
|
"istanbul": "^0.4.5",
|
2020-01-26 09:38:42 +01:00
|
|
|
"mocha": "^7.0.1",
|
2017-02-21 18:49:47 +01:00
|
|
|
"mocha-lcov-reporter": "1.3.0",
|
2022-04-21 10:01:32 +02:00
|
|
|
"standard": "^17.0.0",
|
2019-05-04 21:11:03 +02:00
|
|
|
"watch": "^1.0.2"
|
2014-07-17 22:57:10 +02:00
|
|
|
}
|
2016-03-06 22:40:53 +01:00
|
|
|
}
|