public_library_map/node_modules/proto-list/package.json

19 lines
409 B
JSON
Raw Normal View History

2021-11-24 19:46:47 +11:00
{
2021-12-11 08:03:44 +11:00
"name": "proto-list",
"version": "1.2.4",
2021-11-24 19:46:47 +11:00
"description": "A utility for managing a prototype chain",
"main": "./proto-list.js",
2021-12-11 08:03:44 +11:00
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
2021-11-24 19:46:47 +11:00
"scripts": {
"test": "tap test/*.js"
},
2021-12-11 08:03:44 +11:00
"repository": {
"type": "git",
"url": "https://github.com/isaacs/proto-list"
},
"license": "ISC",
"devDependencies": {
"tap": "0"
}
2021-11-24 19:46:47 +11:00
}