package.json 1.5 KB

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