mirror of
https://github.com/actions/setup-node
synced 2025-04-22 16:32:06 +00:00
30 lines
754 B
JSON
30 lines
754 B
JSON
{
|
|
"name": "w3c-hr-time",
|
|
"version": "1.0.1",
|
|
"description": "An implementation of the W3C High Resolution Time Level 2 specification.",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/jsdom/w3c-hr-time",
|
|
"author": "Timothy Gu <timothygu99@gmail.com>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"dependencies": {
|
|
"browser-process-hrtime": "^0.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.14.0",
|
|
"eslint-plugin-jest": "^21.5.0",
|
|
"jest": "^22.0.4"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "eslint ."
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"index.js"
|
|
]
|
|
|
|
,"_resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz"
|
|
,"_integrity": "sha1-gqwr/2PZUOqeMYmlimViX+3xkEU="
|
|
,"_from": "w3c-hr-time@1.0.1"
|
|
} |