- 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/neo-async/package.json
rceaed42 r59329aa 1 1 { 2 "name": "neo-async", 3 "version": "2.6.2", 2 "_args": [ 3 [ 4 "neo-async@2.6.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "neo-async@2.6.2", 10 "_id": "neo-async@2.6.2", 11 "_inBundle": false, 12 "_integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", 13 "_location": "/neo-async", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "neo-async@2.6.2", 19 "name": "neo-async", 20 "escapedName": "neo-async", 21 "rawSpec": "2.6.2", 22 "saveSpec": null, 23 "fetchSpec": "2.6.2" 24 }, 25 "_requiredBy": [ 26 "/sass-loader", 27 "/webpack" 28 ], 29 "_resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", 30 "_spec": "2.6.2", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "browser": "async.min.js", 33 "bugs": { 34 "url": "https://github.com/suguru03/neo-async/issues" 35 }, 36 "dependencies": {}, 4 37 "description": "Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster ", 5 "main": "async.js",6 "license": "MIT",7 "keywords": [8 "async",9 "util"10 ],11 "repository": {12 "type": "git",13 "url": "git@github.com:suguru03/neo-async.git"14 },15 "homepage": "https://github.com/suguru03/neo-async",16 "dependencies": {},17 38 "devDependencies": { 18 39 "aigle": "^1.14.0", … … 44 65 "require-dir": "^0.3.0" 45 66 }, 67 "homepage": "https://github.com/suguru03/neo-async", 68 "keywords": [ 69 "async", 70 "util" 71 ], 72 "license": "MIT", 46 73 "lint-staged": { 47 74 "*.{js,ts}": [ … … 50 77 ] 51 78 }, 79 "main": "async.js", 80 "name": "neo-async", 52 81 "prettier": { 53 82 "printWidth": 100, 54 83 "singleQuote": true 55 84 }, 56 "browser": "async.min.js" 85 "repository": { 86 "type": "git", 87 "url": "git+ssh://git@github.com/suguru03/neo-async.git" 88 }, 89 "version": "2.6.2" 57 90 }
Note:
See TracChangeset
for help on using the changeset viewer.