Changeset 59329aa for trip-planner-front/node_modules/events/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/events/package.json
rceaed42 r59329aa 1 1 { 2 "name": "events", 3 "version": "3.3.0", 4 "description": "Node's event emitter for all engines.", 5 "keywords": [ 6 "events", 7 "eventEmitter", 8 "eventDispatcher", 9 "listeners" 2 "_args": [ 3 [ 4 "events@3.3.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)", 12 "repository": { 13 "type": "git", 14 "url": "git://github.com/Gozala/events.git", 15 "web": "https://github.com/Gozala/events" 8 "_development": true, 9 "_from": "events@3.3.0", 10 "_id": "events@3.3.0", 11 "_inBundle": false, 12 "_integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", 13 "_location": "/events", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "events@3.3.0", 19 "name": "events", 20 "escapedName": "events", 21 "rawSpec": "3.3.0", 22 "saveSpec": null, 23 "fetchSpec": "3.3.0" 24 }, 25 "_requiredBy": [ 26 "/webpack" 27 ], 28 "_resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", 29 "_spec": "3.3.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Irakli Gozalishvili", 33 "email": "rfobic@gmail.com", 34 "url": "http://jeditoolkit.com" 16 35 }, 17 36 "bugs": { 18 37 "url": "http://github.com/Gozala/events/issues/" 19 38 }, 20 "main": "./events.js", 21 "engines": { 22 "node": ">=0.8.x" 23 }, 39 "description": "Node's event emitter for all engines.", 24 40 "devDependencies": { 25 41 "airtap": "^1.0.0", … … 30 46 "tape": "^5.0.0" 31 47 }, 48 "engines": { 49 "node": ">=0.8.x" 50 }, 51 "homepage": "https://github.com/Gozala/events#readme", 52 "keywords": [ 53 "events", 54 "eventEmitter", 55 "eventDispatcher", 56 "listeners" 57 ], 58 "license": "MIT", 59 "main": "./events.js", 60 "name": "events", 61 "repository": { 62 "type": "git", 63 "url": "git://github.com/Gozala/events.git", 64 "web": "https://github.com/Gozala/events" 65 }, 32 66 "scripts": { 33 67 "test": "node tests/index.js", 34 68 "test:browsers": "airtap -- tests/index.js" 35 69 }, 36 " license": "MIT"70 "version": "3.3.0" 37 71 }
Note:
See TracChangeset
for help on using the changeset viewer.