.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / execa / node_modules / yallist / package.json
1 {
2   "name": "yallist",
3   "version": "2.1.2",
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": "^10.3.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 }