| { |
| "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", |
| "dependencies": {}, |
| "description": "Yet Another Linked List", |
| "devDependencies": { |
| "tap": "^10.3.0" |
| }, |
| "directories": { |
| "test": "test" |
| }, |
| "files": [ |
| "yallist.js", |
| "iterator.js" |
| ], |
| "license": "ISC", |
| "main": "yallist.js", |
| "name": "yallist", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/isaacs/yallist.git" |
| }, |
| "scripts": { |
| "postpublish": "git push origin --all; git push origin --tags", |
| "postversion": "npm publish", |
| "preversion": "npm test", |
| "test": "tap test/*.js --100" |
| }, |
| "version": "2.1.2" |
| } |