package.json 1.52 KB
{
  "_from": "hh-mm-ss@~1.2.0",
  "_id": "hh-mm-ss@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-f4I9Hz1dLpX/3mrEs7yq30+FiuO3tt5NWAqAGeBTaoeoBfB8vhcQ3BphuDc5DjZb/K809agqrAaFlP0jhEU/8w==",
  "_location": "/hh-mm-ss",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "hh-mm-ss@~1.2.0",
    "name": "hh-mm-ss",
    "escapedName": "hh-mm-ss",
    "rawSpec": "~1.2.0",
    "saveSpec": null,
    "fetchSpec": "~1.2.0"
  },
  "_requiredBy": [
    "/youtube-dl"
  ],
  "_resolved": "https://registry.npmjs.org/hh-mm-ss/-/hh-mm-ss-1.2.0.tgz",
  "_shasum": "6d0f0b8280824a634cb1d1f20e0bc7bc8b689948",
  "_spec": "hh-mm-ss@~1.2.0",
  "_where": "C:\\Users\\user\\Desktop\\오소git\\오소플젝\\Youtube_MPL\\node_modules\\youtube-dl",
  "author": {
    "name": "Adam Gotlib"
  },
  "bugs": {
    "url": "https://github.com/Goldob/hh-mm-ss/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "zero-fill": "^2.2.3"
  },
  "deprecated": false,
  "description": "Simple hh:mm:ss time formatting utility",
  "devDependencies": {
    "standard": "^7.1.2",
    "tape": "^4.6.0"
  },
  "homepage": "https://github.com/Goldob/hh-mm-ss#readme",
  "keywords": [
    "time format",
    "hours",
    "minutes",
    "seconds",
    "miliseconds",
    "hh:mm:ss"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "hh-mm-ss",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Goldob/hh-mm-ss.git"
  },
  "scripts": {
    "test": "standard & node test"
  },
  "version": "1.2.0"
}