source: trip-planner-front/node_modules/abab/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "abab@2.0.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "abab@2.0.5",
10 "_id": "abab@2.0.5",
11 "_inBundle": false,
12 "_integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==",
13 "_location": "/abab",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "abab@2.0.5",
19 "name": "abab",
20 "escapedName": "abab",
21 "rawSpec": "2.0.5",
22 "saveSpec": null,
23 "fetchSpec": "2.0.5"
24 },
25 "_requiredBy": [
26 "/source-map-loader"
27 ],
28 "_resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
29 "_spec": "2.0.5",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Jeff Carpenter",
33 "email": "gcarpenterv@gmail.com"
34 },
35 "bugs": {
36 "url": "https://github.com/jsdom/abab/issues"
37 },
38 "description": "WHATWG spec-compliant implementations of window.atob and window.btoa.",
39 "devDependencies": {
40 "eslint": "^4.19.1",
41 "karma": "^2.0.0",
42 "karma-cli": "^1.0.1",
43 "karma-firefox-launcher": "^1.1.0",
44 "karma-mocha": "^1.3.0",
45 "karma-webpack": "^3.0.0",
46 "mocha": "^5.1.0",
47 "webpack": "^4.5.0"
48 },
49 "files": [
50 "index.d.ts",
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": "BSD-3-Clause",
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.5"
74}
Note: See TracBrowser for help on using the repository browser.