1{ 2 "name": "yallist", 3 "version": "4.0.0", 4 "description": "Yet Another Linked List", 5 "main": "yallist.js", 6 "directories": { 7 "test": "test" 8 }, 9 "files": [ 10 "yallist.js", 11 "iterator.js" 12 ], 13 "dependencies": {}, 14 "devDependencies": { 15 "tap": "^12.1.0" 16 }, 17 "scripts": { 18 "test": "tap test/*.js --100", 19 "preversion": "npm test", 20 "postversion": "npm publish", 21 "postpublish": "git push origin --all; git push origin --tags" 22 }, 23 "repository": { 24 "type": "git", 25 "url": "git+https://github.com/isaacs/yallist.git" 26 }, 27 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 28 "license": "ISC" 29} 30