source: trip-planner-front/node_modules/abab/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 989 bytes
Line 
1{
2 "name": "abab",
3 "version": "2.0.5",
4 "description": "WHATWG spec-compliant implementations of window.atob and window.btoa.",
5 "main": "index.js",
6 "files": [
7 "index.d.ts",
8 "index.js",
9 "lib/"
10 ],
11 "scripts": {
12 "mocha": "mocha test/node",
13 "karma": "karma start",
14 "test": "npm run lint && npm run mocha && npm run karma",
15 "lint": "eslint ."
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/jsdom/abab.git"
20 },
21 "keywords": [
22 "atob",
23 "btoa",
24 "browser"
25 ],
26 "author": "Jeff Carpenter <gcarpenterv@gmail.com>",
27 "license": "BSD-3-Clause",
28 "bugs": {
29 "url": "https://github.com/jsdom/abab/issues"
30 },
31 "homepage": "https://github.com/jsdom/abab#readme",
32 "devDependencies": {
33 "eslint": "^4.19.1",
34 "karma": "^2.0.0",
35 "karma-cli": "^1.0.1",
36 "karma-firefox-launcher": "^1.1.0",
37 "karma-mocha": "^1.3.0",
38 "karma-webpack": "^3.0.0",
39 "mocha": "^5.1.0",
40 "webpack": "^4.5.0"
41 }
42}
Note: See TracBrowser for help on using the repository browser.