Files
30-seconds-of-code/node_modules/convert-hrtime/package.json
2019-08-20 15:52:05 +02:00

73 lines
1.7 KiB
JSON

{
"_from": "convert-hrtime@^2.0.0",
"_id": "convert-hrtime@2.0.0",
"_inBundle": false,
"_integrity": "sha1-Gb+yyRYvnhHC8Ewsed4rfoCVxic=",
"_location": "/convert-hrtime",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "convert-hrtime@^2.0.0",
"name": "convert-hrtime",
"escapedName": "convert-hrtime",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/gatsby",
"/gatsby/gatsby-cli"
],
"_resolved": "https://registry.npmjs.org/convert-hrtime/-/convert-hrtime-2.0.0.tgz",
"_shasum": "19bfb2c9162f9e11c2f04c2c79de2b7e8095c627",
"_spec": "convert-hrtime@^2.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/convert-hrtime/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Convert the result of `process.hrtime()` to seconds, milliseconds, nanoseconds",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/convert-hrtime#readme",
"keywords": [
"process",
"hrtime",
"time",
"highres",
"perf",
"performance",
"bench",
"benchmark",
"measure",
"seconds",
"milliseconds",
"nanoseconds"
],
"license": "MIT",
"name": "convert-hrtime",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/convert-hrtime.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0"
}