| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "yallist",
- "version": "2.1.2",
- "description": "Yet Another Linked List",
- "main": "yallist.js",
- "directories": {
- "test": "test"
- },
- "files": [
- "yallist.js",
- "iterator.js"
- ],
- "dependencies": {},
- "devDependencies": {
- "tap": "^10.3.0"
- },
- "scripts": {
- "test": "tap test/*.js --100",
- "preversion": "npm test",
- "postversion": "npm publish",
- "postpublish": "git push origin --all; git push origin --tags"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/isaacs/yallist.git"
- },
- "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
- "license": "ISC",
- "__npminstall_done": "Thu Dec 24 2020 20:20:39 GMT+0800 (CST)",
- "_from": "yallist@2.1.2",
- "_resolved": "https://registry.npm.taobao.org/yallist/download/yallist-2.1.2.tgz"
- }
|