2020-10-04 04:40:16 +03:00
|
|
|
{
|
|
|
|
|
"name": "ig-types",
|
2021-06-23 09:05:19 +03:00
|
|
|
"version": "6.9.2",
|
2020-10-04 04:40:16 +03:00
|
|
|
"description": "Generic JavaScript types and type extensions...",
|
2020-10-04 05:02:12 +03:00
|
|
|
"main": "main.js",
|
2020-10-04 04:40:16 +03:00
|
|
|
"scripts": {
|
2020-10-06 00:58:46 +03:00
|
|
|
"test": "c8 node ./test.js",
|
|
|
|
|
"cover": "c8 -r text -r lcov node ./test.js",
|
|
|
|
|
"prepublishOnly": "npm test"
|
2020-10-04 04:40:16 +03:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/flynx/types.js.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"JavaScript",
|
|
|
|
|
"types"
|
|
|
|
|
],
|
|
|
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/flynx/types.js/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/flynx/types.js#readme",
|
|
|
|
|
"dependencies": {
|
2021-01-03 15:57:37 +03:00
|
|
|
"ig-object": "^5.4.16",
|
2020-10-04 04:40:16 +03:00
|
|
|
"object-run": "^1.0.1"
|
2020-10-05 14:35:44 +03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-01-03 15:57:37 +03:00
|
|
|
"c8": "^7.4.0",
|
2020-11-15 00:24:22 +03:00
|
|
|
"color": "^3.1.3",
|
2020-11-22 23:50:05 +03:00
|
|
|
"ig-test": "^1.4.8"
|
2020-10-04 04:40:16 +03:00
|
|
|
}
|
|
|
|
|
}
|