package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "w3c-hr-time@1.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "w3c-hr-time@1.0.1",
  10. "_id": "w3c-hr-time@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-gqwr/2PZUOqeMYmlimViX+3xkEU=",
  13. "_location": "/w3c-hr-time",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "w3c-hr-time@1.0.1",
  19. "name": "w3c-hr-time",
  20. "escapedName": "w3c-hr-time",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/w3c-hr-time/download/w3c-hr-time-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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": "^0.1.2"
  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": "^22.0.4"
  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.1"
  65. }