Changeset 59329aa for trip-planner-front/node_modules/abab/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/abab/package.json
rceaed42 r59329aa 1 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/" 2 "_args": [ 3 [ 4 "abab@2.0.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 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 ." 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" 16 24 }, 17 "repository": { 18 "type": "git", 19 "url": "git+https://github.com/jsdom/abab.git" 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" 20 34 }, 21 "keywords": [22 "atob",23 "btoa",24 "browser"25 ],26 "author": "Jeff Carpenter <gcarpenterv@gmail.com>",27 "license": "BSD-3-Clause",28 35 "bugs": { 29 36 "url": "https://github.com/jsdom/abab/issues" 30 37 }, 31 " homepage": "https://github.com/jsdom/abab#readme",38 "description": "WHATWG spec-compliant implementations of window.atob and window.btoa.", 32 39 "devDependencies": { 33 40 "eslint": "^4.19.1", … … 39 46 "mocha": "^5.1.0", 40 47 "webpack": "^4.5.0" 41 } 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" 42 74 }
Note:
See TracChangeset
for help on using the changeset viewer.