wishthis/node_modules/proto-list/package.json

19 lines
409 B
JSON
Raw Permalink Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "proto-list",
"version": "1.2.4",
2022-01-21 08:28:41 +00:00
"description": "A utility for managing a prototype chain",
2022-02-23 16:41:13 +00:00
"main": "./proto-list.js",
2022-04-08 10:55:35 +00:00
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
2022-02-23 16:41:13 +00:00
"scripts": {
"test": "tap test/*.js"
},
2022-04-08 10:55:35 +00:00
"repository": {
"type": "git",
"url": "https://github.com/isaacs/proto-list"
},
"license": "ISC",
"devDependencies": {
"tap": "0"
}
2022-01-21 08:28:41 +00:00
}