HEX
Server: Apache/2.4.63 (Unix)
System: Linux Synopilou92 4.4.302+ #72806 SMP Mon Jul 21 23:16:00 CST 2025 x86_64
User: pilou92 (1026)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /volume1/docker/nodered/node_modules/timestring/package.json
{
  "name": "timestring",
  "version": "7.0.0",
  "description": "Parse a human readable time string into a time based value",
  "main": "index.js",
  "scripts": {
    "cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -x test.js test.js",
    "dev": "watch 'clear; npm test -s;' ./ -d",
    "lint": "standard *.js",
    "test": "mocha test.js"
  },
  "author": "Michael David Barrett <mike182uk@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/mike182uk/timestring.git"
  },
  "homepage": "https://github.com/mike182uk/timestring",
  "bugs": {
    "url": "https://github.com/mike182uk/timestring/issues"
  },
  "keywords": [
    "time",
    "timestring",
    "duration",
    "date"
  ],
  "engines": {
    "node": ">=12"
  },
  "devDependencies": {
    "chai": "^4.3.7",
    "istanbul": "^0.4.5",
    "mocha": "^10.2.0",
    "mocha-lcov-reporter": "1.3.0",
    "standard": "^17.0.0",
    "watch": "^1.0.2"
  }
}