package.json 1.5 KB

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