github.com/kastenhq/syft@v0.0.0-20230821225854-0710af25cdbe/test/integration/test-fixtures/yarn-lock/packages/nested-package/node_modules/async/package.json (about) 1 { 2 "name": "async", 3 "description": "Higher-order functions and common patterns for asynchronous code", 4 "main": "lib/async.js", 5 "author": "Caolan McMahon", 6 "version": "0.9.2", 7 "keywords": [ 8 "async", 9 "callback", 10 "utility", 11 "module" 12 ], 13 "repository": { 14 "type": "git", 15 "url": "https://github.com/caolan/async.git" 16 }, 17 "bugs": { 18 "url": "https://github.com/caolan/async/issues" 19 }, 20 "license": "MIT", 21 "devDependencies": { 22 "nodeunit": ">0.0.0", 23 "uglify-js": "1.2.x", 24 "nodelint": ">0.0.0", 25 "lodash": ">=2.4.1" 26 }, 27 "jam": { 28 "main": "lib/async.js", 29 "include": [ 30 "lib/async.js", 31 "README.md", 32 "LICENSE" 33 ], 34 "categories": [ 35 "Utilities" 36 ] 37 }, 38 "scripts": { 39 "test": "nodeunit test/test-async.js" 40 }, 41 "spm": { 42 "main": "lib/async.js" 43 }, 44 "volo": { 45 "main": "lib/async.js", 46 "ignore": [ 47 "**/.*", 48 "node_modules", 49 "bower_components", 50 "test", 51 "tests" 52 ] 53 } 54 }