mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 00:20:53 +00:00
26 lines
594 B
JSON
26 lines
594 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"
|
|
]
|
|
}
|