package.json 1.65 KB
Newer Older
huahua committed
1
{
huahua committed
2 3 4 5 6
  "_args": [
    [
      "humanize-ms@1.2.1",
      "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5"
    ]
huahua committed
7
  ],
huahua committed
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
  "_from": "humanize-ms@1.2.1",
  "_id": "humanize-ms@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
  "_location": "/humanize-ms",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "humanize-ms@1.2.1",
    "name": "humanize-ms",
    "escapedName": "humanize-ms",
    "rawSpec": "1.2.1",
    "saveSpec": null,
    "fetchSpec": "1.2.1"
huahua committed
23
  },
huahua committed
24 25 26 27
  "_requiredBy": [
    "/agentkeepalive",
    "/ali-oss",
    "/urllib"
huahua committed
28
  ],
huahua committed
29 30 31
  "_resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz",
  "_spec": "1.2.1",
  "_where": "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5",
huahua committed
32 33 34 35 36
  "author": {
    "name": "dead-horse",
    "email": "dead_horse@qq.com",
    "url": "http://deadhorse.me"
  },
huahua committed
37 38
  "bugs": {
    "url": "https://github.com/node-modules/humanize-ms/issues"
huahua committed
39 40 41 42
  },
  "dependencies": {
    "ms": "^2.0.0"
  },
huahua committed
43
  "description": "transform humanize time to ms",
huahua committed
44 45 46 47 48 49 50
  "devDependencies": {
    "autod": "*",
    "beautify-benchmark": "~0.2.4",
    "benchmark": "~1.0.0",
    "istanbul": "*",
    "mocha": "*",
    "should": "*"
huahua committed
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/node-modules/humanize-ms#readme",
  "keywords": [
    "humanize",
    "ms"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "humanize-ms",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/node-modules/humanize-ms.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "1.2.1"
huahua committed
71
}