forked from enviPath/enviPy
Current Dev State
This commit is contained in:
80
static/js/ketcher2/node_modules/pretty-ms/package.json
generated
vendored
Normal file
80
static/js/ketcher2/node_modules/pretty-ms/package.json
generated
vendored
Normal file
@ -0,0 +1,80 @@
|
||||
{
|
||||
"_from": "pretty-ms@^2.1.0",
|
||||
"_id": "pretty-ms@2.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-QlfCVt8/sLRR1q/6qwIYhBJpgdw=",
|
||||
"_location": "/pretty-ms",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "pretty-ms@^2.1.0",
|
||||
"name": "pretty-ms",
|
||||
"escapedName": "pretty-ms",
|
||||
"rawSpec": "^2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/garnish"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-2.1.0.tgz",
|
||||
"_shasum": "4257c256df3fb0b451d6affaab021884126981dc",
|
||||
"_spec": "pretty-ms@^2.1.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/garnish",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/pretty-ms/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"is-finite": "^1.0.1",
|
||||
"parse-ms": "^1.0.0",
|
||||
"plur": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s",
|
||||
"devDependencies": {
|
||||
"mocha": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/pretty-ms#readme",
|
||||
"keywords": [
|
||||
"pretty",
|
||||
"prettify",
|
||||
"human",
|
||||
"humanize",
|
||||
"humanized",
|
||||
"readable",
|
||||
"time",
|
||||
"ms",
|
||||
"milliseconds",
|
||||
"duration",
|
||||
"period",
|
||||
"range",
|
||||
"text",
|
||||
"string",
|
||||
"str",
|
||||
"number",
|
||||
"hrtime"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "pretty-ms",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/pretty-ms.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "2.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user