mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
v5
This commit is contained in:
parent
d1407282e6
commit
08403cd828
6774 changed files with 1602535 additions and 1 deletions
26
node_modules/w3c-hr-time/package.json
generated
vendored
Normal file
26
node_modules/w3c-hr-time/package.json
generated
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue