UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

103 lines (102 loc) 3.74 kB
{ "_args": [ [ { "raw": "humanize-ms@^1.2.1", "scope": null, "escapedName": "humanize-ms", "name": "humanize-ms", "rawSpec": "^1.2.1", "spec": ">=1.2.1 <2.0.0", "type": "range" }, "/home/zkochan/src/pnpm/packages/pnpm/node_modules/agentkeepalive" ] ], "_from": "humanize-ms@>=1.2.1 <2.0.0", "_id": "humanize-ms@1.2.1", "_inCache": true, "_location": "/humanize-ms", "_nodeVersion": "6.10.2", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/humanize-ms-1.2.1.tgz_1495168288967_0.14913744758814573" }, "_npmUser": { "name": "dead_horse", "email": "dead_horse@qq.com" }, "_npmVersion": "3.10.3", "_phantomChildren": {}, "_requested": { "raw": "humanize-ms@^1.2.1", "scope": null, "escapedName": "humanize-ms", "name": "humanize-ms", "rawSpec": "^1.2.1", "spec": ">=1.2.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/agentkeepalive" ], "_resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", "_shasum": "c46e3159a293f6b896da29316d8b6fe8bb79bbed", "_shrinkwrap": null, "_spec": "humanize-ms@^1.2.1", "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/agentkeepalive", "author": { "name": "dead-horse", "email": "dead_horse@qq.com", "url": "http://deadhorse.me" }, "bugs": { "url": "https://github.com/node-modules/humanize-ms/issues" }, "dependencies": { "ms": "^2.0.0" }, "description": "transform humanize time to ms", "devDependencies": { "autod": "*", "beautify-benchmark": "~0.2.4", "benchmark": "~1.0.0", "istanbul": "*", "mocha": "*", "should": "*" }, "directories": {}, "dist": { "shasum": "c46e3159a293f6b896da29316d8b6fe8bb79bbed", "tarball": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz" }, "files": [ "index.js" ], "gitHead": "d9cdffe02c748b3e05490496ce18530b966154f0", "homepage": "https://github.com/node-modules/humanize-ms#readme", "keywords": [ "humanize", "ms" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "dead_horse", "email": "dead_horse@qq.com" } ], "name": "humanize-ms", "optionalDependencies": {}, "readme": "humanize-ms\n---------------\n\n[![NPM version][npm-image]][npm-url]\n[![build status][travis-image]][travis-url]\n[![Test coverage][coveralls-image]][coveralls-url]\n[![Gittip][gittip-image]][gittip-url]\n[![David deps][david-image]][david-url]\n\n[npm-image]: https://img.shields.io/npm/v/humanize-ms.svg?style=flat\n[npm-url]: https://npmjs.org/package/humanize-ms\n[travis-image]: https://img.shields.io/travis/node-modules/humanize-ms.svg?style=flat\n[travis-url]: https://travis-ci.org/node-modules/humanize-ms\n[coveralls-image]: https://img.shields.io/coveralls/node-modules/humanize-ms.svg?style=flat\n[coveralls-url]: https://coveralls.io/r/node-modules/humanize-ms?branch=master\n[gittip-image]: https://img.shields.io/gittip/dead-horse.svg?style=flat\n[gittip-url]: https://www.gittip.com/dead-horse/\n[david-image]: https://img.shields.io/david/node-modules/humanize-ms.svg?style=flat\n[david-url]: https://david-dm.org/node-modules/humanize-ms\n\ntransform humanize time to ms\n\n## Installation\n\n```bash\n$ npm install humanize-ms\n```\n\n## Examples\n\n```js\nvar ms = require('humanize-ms');\n\nms('1s') // 1000\nms(1000) // 1000\n```\n\n### License\n\nMIT\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/node-modules/humanize-ms.git" }, "scripts": { "test": "make test" }, "version": "1.2.1" }