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.

71 lines
1.8 KiB

  1. {
  2. "_from": "abab@^2.0.3",
  3. "_id": "abab@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==",
  6. "_location": "/abab",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "abab@^2.0.3",
  12. "name": "abab",
  13. "escapedName": "abab",
  14. "rawSpec": "^2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.3"
  17. },
  18. "_requiredBy": [
  19. "/data-urls",
  20. "/jsdom"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
  23. "_shasum": "c0b678fb32d60fc1219c784d6a826fe385aeb79a",
  24. "_spec": "abab@^2.0.3",
  25. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/jsdom",
  26. "author": {
  27. "name": "Jeff Carpenter",
  28. "email": "gcarpenterv@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jsdom/abab/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "WHATWG spec-compliant implementations of window.atob and window.btoa.",
  36. "devDependencies": {
  37. "eslint": "^4.19.1",
  38. "karma": "^2.0.0",
  39. "karma-cli": "^1.0.1",
  40. "karma-firefox-launcher": "^1.1.0",
  41. "karma-mocha": "^1.3.0",
  42. "karma-webpack": "^3.0.0",
  43. "mocha": "^5.1.0",
  44. "webpack": "^4.5.0"
  45. },
  46. "files": [
  47. "index.d.ts",
  48. "index.js",
  49. "lib/"
  50. ],
  51. "homepage": "https://github.com/jsdom/abab#readme",
  52. "keywords": [
  53. "atob",
  54. "btoa",
  55. "browser"
  56. ],
  57. "license": "BSD-3-Clause",
  58. "main": "index.js",
  59. "name": "abab",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/jsdom/abab.git"
  63. },
  64. "scripts": {
  65. "karma": "karma start",
  66. "lint": "eslint .",
  67. "mocha": "mocha test/node",
  68. "test": "npm run lint && npm run mocha && npm run karma"
  69. },
  70. "version": "2.0.5"
  71. }