You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.6 KiB

  1. {
  2. "_from": "w3c-hr-time@^1.0.2",
  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.2",
  12. "name": "w3c-hr-time",
  13. "escapedName": "w3c-hr-time",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
  22. "_shasum": "0a89cdf5cc15822df9c360543676963e0cc308cd",
  23. "_spec": "w3c-hr-time@^1.0.2",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/jsdom",
  25. "author": {
  26. "name": "Timothy Gu",
  27. "email": "timothygu99@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jsdom/w3c-hr-time/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "browser-process-hrtime": "^1.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "An implementation of the W3C High Resolution Time Level 2 specification.",
  38. "devDependencies": {
  39. "eslint": "^4.14.0",
  40. "eslint-plugin-jest": "^21.5.0",
  41. "jest": "^24.1.0"
  42. },
  43. "files": [
  44. "lib",
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/jsdom/w3c-hr-time#readme",
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "w3c-hr-time",
  51. "private": false,
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/jsdom/w3c-hr-time.git"
  55. },
  56. "scripts": {
  57. "lint": "eslint .",
  58. "test": "jest"
  59. },
  60. "version": "1.0.2"
  61. }