mirror of
https://github.com/taixingyiji/openit.git
synced 2025-10-30 17:52:15 +00:00
2022.07.20 16:18:09 更新订阅
This commit is contained in:
32
utils/rm/node_modules/lazy/package.json~
generated
vendored
Normal file
32
utils/rm/node_modules/lazy/package.json~
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "lazy",
|
||||
"version": "1.0.10",
|
||||
"description": "Lazy lists for node",
|
||||
"main": "./lazy.js",
|
||||
"keywords": [
|
||||
"lazy lists", "functional"
|
||||
],
|
||||
"author": {
|
||||
"name": "Peteris Krumins",
|
||||
"email": "peteris.krumins@gmail.com",
|
||||
"web": "http://www.catonmat.net",
|
||||
"twitter": "pkrumins"
|
||||
},
|
||||
"license": {
|
||||
"type": "MIT"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/pkrumins/node-lazy.git"
|
||||
},
|
||||
"devDependencies" : {
|
||||
"expresso" : ">=0.7.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.2.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "expresso"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user