7fife-backend/node_modules/undefsafe/package.json

35 lines
784 B
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"name": "undefsafe",
2024-03-07 13:01:44 +00:00
"description": "Undefined safe way of extracting object properties",
2024-03-11 12:29:54 +00:00
"main": "lib/undefsafe.js",
"tonicExampleFilename": "example.js",
2024-03-07 13:01:44 +00:00
"directories": {
"test": "test"
},
2024-03-11 12:29:54 +00:00
"scripts": {
"test": "tap test/**/*.test.js -R spec",
"cover": "tap test/*.test.js --cov --coverage-report=lcov",
"semantic-release": "semantic-release"
},
2024-03-07 13:01:44 +00:00
"prettier": {
"trailingComma": "none",
"singleQuote": true
},
"repository": {
"type": "git",
2024-03-11 12:29:54 +00:00
"url": "https://github.com/remy/undefsafe.git"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"keywords": [
"undefined"
],
"author": "Remy Sharp",
"license": "MIT",
"devDependencies": {
"semantic-release": "^18.0.0",
"tap": "^5.7.1",
"tap-only": "0.0.5"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"dependencies": {},
2024-03-07 13:01:44 +00:00
"version": "2.0.5"
}