Changeset 59329aa for trip-planner-front/node_modules/ee-first
- 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/ee-first/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ee-first", 3 "description": "return the first event in a set of ee/event pairs", 4 "version": "1.1.1", 2 "_args": [ 3 [ 4 "ee-first@1.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "ee-first@1.1.1", 10 "_id": "ee-first@1.1.1", 11 "_inBundle": false, 12 "_integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", 13 "_location": "/ee-first", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ee-first@1.1.1", 19 "name": "ee-first", 20 "escapedName": "ee-first", 21 "rawSpec": "1.1.1", 22 "saveSpec": null, 23 "fetchSpec": "1.1.1" 24 }, 25 "_requiredBy": [ 26 "/on-finished" 27 ], 28 "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", 29 "_spec": "1.1.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 5 31 "author": { 6 32 "name": "Jonathan Ong", 7 33 "email": "me@jongleberry.com", 8 "url": "http://jongleberry.com", 9 "twitter": "https://twitter.com/jongleberry" 34 "url": "http://jongleberry.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/jonathanong/ee-first/issues" 10 38 }, 11 39 "contributors": [ 12 "Douglas Christopher Wilson <doug@somethingdoug.com>" 40 { 41 "name": "Douglas Christopher Wilson", 42 "email": "doug@somethingdoug.com" 43 } 13 44 ], 14 "license": "MIT", 15 "repository": "jonathanong/ee-first", 45 "description": "return the first event in a set of ee/event pairs", 16 46 "devDependencies": { 17 47 "istanbul": "0.3.9", … … 22 52 "LICENSE" 23 53 ], 54 "homepage": "https://github.com/jonathanong/ee-first#readme", 55 "license": "MIT", 56 "name": "ee-first", 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/jonathanong/ee-first.git" 60 }, 24 61 "scripts": { 25 62 "test": "mocha --reporter spec --bail --check-leaks test/", 26 63 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", 27 64 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" 28 } 65 }, 66 "version": "1.1.1" 29 67 }
Note:
See TracChangeset
for help on using the changeset viewer.