Path: blob/master/node_modules/abab/package.json
2591 views
{1"name": "abab",2"version": "2.0.5",3"description": "WHATWG spec-compliant implementations of window.atob and window.btoa.",4"main": "index.js",5"files": [6"index.d.ts",7"index.js",8"lib/"9],10"scripts": {11"mocha": "mocha test/node",12"karma": "karma start",13"test": "npm run lint && npm run mocha && npm run karma",14"lint": "eslint ."15},16"repository": {17"type": "git",18"url": "git+https://github.com/jsdom/abab.git"19},20"keywords": [21"atob",22"btoa",23"browser"24],25"author": "Jeff Carpenter <[email protected]>",26"license": "BSD-3-Clause",27"bugs": {28"url": "https://github.com/jsdom/abab/issues"29},30"homepage": "https://github.com/jsdom/abab#readme",31"devDependencies": {32"eslint": "^4.19.1",33"karma": "^2.0.0",34"karma-cli": "^1.0.1",35"karma-firefox-launcher": "^1.1.0",36"karma-mocha": "^1.3.0",37"karma-webpack": "^3.0.0",38"mocha": "^5.1.0",39"webpack": "^4.5.0"40}41}424344