package.json 1.7 KB

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