Changeset 59329aa for trip-planner-front/node_modules/async/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/async/package.json
rceaed42 r59329aa 1 1 { 2 "name": "async", 3 "description": "Higher-order functions and common patterns for asynchronous code", 4 "version": "2.6.3", 5 "main": "dist/async.js", 6 "author": "Caolan McMahon", 7 "homepage": "https://caolan.github.io/async/", 8 "repository": { 9 "type": "git", 10 "url": "https://github.com/caolan/async.git" 2 "_args": [ 3 [ 4 "async@2.6.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "async@2.6.3", 10 "_id": "async@2.6.3", 11 "_inBundle": false, 12 "_integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", 13 "_location": "/async", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "async@2.6.3", 19 "name": "async", 20 "escapedName": "async", 21 "rawSpec": "2.6.3", 22 "saveSpec": null, 23 "fetchSpec": "2.6.3" 24 }, 25 "_requiredBy": [ 26 "/portfinder" 27 ], 28 "_resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", 29 "_spec": "2.6.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Caolan McMahon" 11 33 }, 12 34 "bugs": { 13 35 "url": "https://github.com/caolan/async/issues" 14 36 }, 15 "keywords": [16 "async",17 "callback",18 "module",19 "utility"20 ],21 37 "dependencies": { 22 38 "lodash": "^4.17.14" 23 39 }, 40 "description": "Higher-order functions and common patterns for asynchronous code", 24 41 "devDependencies": { 25 42 "babel-cli": "^6.24.0", … … 59 76 "yargs": "^11.0.0" 60 77 }, 78 "gh-pages-deploy": { 79 "staticpath": "docs" 80 }, 81 "homepage": "https://caolan.github.io/async/", 82 "keywords": [ 83 "async", 84 "callback", 85 "module", 86 "utility" 87 ], 88 "license": "MIT", 89 "main": "dist/async.js", 90 "name": "async", 91 "nyc": { 92 "exclude": [ 93 "mocha_test" 94 ] 95 }, 96 "repository": { 97 "type": "git", 98 "url": "git+https://github.com/caolan/async.git" 99 }, 61 100 "scripts": { 62 101 "coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert", … … 69 108 "test": "npm run lint && npm run mocha-node-test" 70 109 }, 71 "license": "MIT", 72 "gh-pages-deploy": { 73 "staticpath": "docs" 74 }, 75 "nyc": { 76 "exclude": [ 77 "mocha_test" 78 ] 79 } 110 "version": "2.6.3" 80 111 }
Note:
See TracChangeset
for help on using the changeset viewer.