github-pages-deploy-action/node_modules/w3c-hr-time/package.json

66 lines
1.5 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args": [
[
"w3c-hr-time@1.0.2",
"."
]
],
"_development": true,
"_from": "w3c-hr-time@1.0.2",
2020-03-31 20:42:07 +08:00
"_id": "w3c-hr-time@1.0.2",
"_inBundle": false,
"_integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
"_location": "/w3c-hr-time",
"_phantomChildren": {},
"_requested": {
2020-03-31 20:54:32 +08:00
"type": "version",
2020-03-31 20:42:07 +08:00
"registry": true,
2020-03-31 20:54:32 +08:00
"raw": "w3c-hr-time@1.0.2",
2020-03-31 20:42:07 +08:00
"name": "w3c-hr-time",
"escapedName": "w3c-hr-time",
2020-03-31 20:54:32 +08:00
"rawSpec": "1.0.2",
2020-03-31 20:42:07 +08:00
"saveSpec": null,
2020-03-31 20:54:32 +08:00
"fetchSpec": "1.0.2"
2020-03-31 20:42:07 +08:00
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
2020-03-31 20:54:32 +08:00
"_spec": "1.0.2",
"_where": ".",
2020-03-31 20:42:07 +08:00
"author": {
"name": "Timothy Gu",
"email": "timothygu99@gmail.com"
},
"bugs": {
"url": "https://github.com/jsdom/w3c-hr-time/issues"
},
"dependencies": {
"browser-process-hrtime": "^1.0.0"
},
"description": "An implementation of the W3C High Resolution Time Level 2 specification.",
"devDependencies": {
"eslint": "^4.14.0",
"eslint-plugin-jest": "^21.5.0",
"jest": "^24.1.0"
},
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/jsdom/w3c-hr-time#readme",
"license": "MIT",
"main": "index.js",
"name": "w3c-hr-time",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/w3c-hr-time.git"
},
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"version": "1.0.2"
}