Changeset 59329aa for trip-planner-front/node_modules/through/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/through/package.json
rceaed42 r59329aa 1 1 { 2 "name": "through", 3 "version": "2.3.8", 2 "_args": [ 3 [ 4 "through@2.3.8", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "through@2.3.8", 10 "_id": "through@2.3.8", 11 "_inBundle": false, 12 "_integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", 13 "_location": "/through", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "through@2.3.8", 19 "name": "through", 20 "escapedName": "through", 21 "rawSpec": "2.3.8", 22 "saveSpec": null, 23 "fetchSpec": "2.3.8" 24 }, 25 "_requiredBy": [ 26 "/inquirer" 27 ], 28 "_resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", 29 "_spec": "2.3.8", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Dominic Tarr", 33 "email": "dominic.tarr@gmail.com", 34 "url": "dominictarr.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/dominictarr/through/issues" 38 }, 4 39 "description": "simplified stream construction", 5 "main": "index.js", 6 "scripts": { 7 "test": "set -e; for t in test/*.js; do node $t; done" 40 "devDependencies": { 41 "from": "~0.1.3", 42 "stream-spec": "~0.3.5", 43 "tape": "~2.3.2" 8 44 }, 9 "devDependencies": { 10 "stream-spec": "~0.3.5", 11 "tape": "~2.3.2", 12 "from": "~0.1.3" 13 }, 45 "homepage": "https://github.com/dominictarr/through", 14 46 "keywords": [ 15 47 "stream", … … 18 50 "pipe" 19 51 ], 20 "author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",21 52 "license": "MIT", 53 "main": "index.js", 54 "name": "through", 22 55 "repository": { 23 56 "type": "git", 24 "url": " https://github.com/dominictarr/through.git"57 "url": "git+https://github.com/dominictarr/through.git" 25 58 }, 26 "homepage": "https://github.com/dominictarr/through", 59 "scripts": { 60 "test": "set -e; for t in test/*.js; do node $t; done" 61 }, 27 62 "testling": { 28 63 "browsers": [ … … 33 68 ], 34 69 "files": "test/*.js" 35 } 70 }, 71 "version": "2.3.8" 36 72 }
Note:
See TracChangeset
for help on using the changeset viewer.