1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/node_modules/minimalistic-assert/package.json

20 lines
510 B
JSON
Raw Permalink Normal View History

2023-07-29 20:33:28 +02:00
{
2024-08-26 08:46:12 +02:00
"name": "minimalistic-assert",
"version": "1.0.1",
2023-07-29 20:33:28 +02:00
"description": "minimalistic-assert ===",
"main": "index.js",
2024-08-26 08:46:12 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2023-07-29 20:33:28 +02:00
"repository": {
"type": "git",
2024-08-26 08:46:12 +02:00
"url": "https://github.com/calvinmetcalf/minimalistic-assert.git"
2023-07-29 20:33:28 +02:00
},
2024-08-26 08:46:12 +02:00
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/calvinmetcalf/minimalistic-assert/issues"
2023-07-29 20:33:28 +02:00
},
2024-08-26 08:46:12 +02:00
"homepage": "https://github.com/calvinmetcalf/minimalistic-assert"
2023-07-29 20:33:28 +02:00
}