package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "w3c-hr-time@^1.0.1",
  3. "_id": "w3c-hr-time@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
  6. "_location": "/w3c-hr-time",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "w3c-hr-time@^1.0.1",
  12. "name": "w3c-hr-time",
  13. "escapedName": "w3c-hr-time",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/jest-environment-jsdom-fifteen/jsdom",
  20. "/jsdom"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
  23. "_shasum": "0a89cdf5cc15822df9c360543676963e0cc308cd",
  24. "_spec": "w3c-hr-time@^1.0.1",
  25. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\jsdom",
  26. "author": {
  27. "name": "Timothy Gu",
  28. "email": "timothygu99@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jsdom/w3c-hr-time/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "browser-process-hrtime": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "An implementation of the W3C High Resolution Time Level 2 specification.",
  39. "devDependencies": {
  40. "eslint": "^4.14.0",
  41. "eslint-plugin-jest": "^21.5.0",
  42. "jest": "^24.1.0"
  43. },
  44. "files": [
  45. "lib",
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jsdom/w3c-hr-time#readme",
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "w3c-hr-time",
  52. "private": false,
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/jsdom/w3c-hr-time.git"
  56. },
  57. "scripts": {
  58. "lint": "eslint .",
  59. "test": "jest"
  60. },
  61. "version": "1.0.2"
  62. }