package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "jsdom-global@^3.0.2",
  3. "_id": "jsdom-global@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-t1KMcBkz/pT5JrvcJbpUR2u/w1kO9jXctaaGJ0vZDzwFnIvGWw9IDSRciT83kIs8Bnw4qpOl8bQK08V01YgMPg==",
  6. "_location": "/jsdom-global",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsdom-global@^3.0.2",
  12. "name": "jsdom-global",
  13. "escapedName": "jsdom-global",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-plugin-unit-mocha"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/jsdom-global/-/jsdom-global-3.0.2.tgz",
  22. "_shasum": "6bd299c13b0c4626b2da2c0393cd4385d606acb9",
  23. "_spec": "jsdom-global@^3.0.2",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vue\\cli-plugin-unit-mocha",
  25. "author": {
  26. "name": "Rico Sta. Cruz",
  27. "email": "rico@ricostacruz.com"
  28. },
  29. "browser": "browser.js",
  30. "bugs": {
  31. "url": "https://github.com/rstacruz/jsdom-global/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Enable DOM in Node.js",
  36. "devDependencies": {
  37. "jsdom": "~10.0.0",
  38. "standard": "~10.0.2",
  39. "tape": "~4.6.3"
  40. },
  41. "homepage": "https://github.com/rstacruz/jsdom-global#readme",
  42. "keywords": [
  43. "dom",
  44. "jsdom",
  45. "test"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "jsdom-global",
  50. "peerDependencies": {
  51. "jsdom": ">=10.0.0"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/rstacruz/jsdom-global.git"
  56. },
  57. "scripts": {
  58. "test": "node test.js && standard"
  59. },
  60. "version": "3.0.2"
  61. }