lix-website/themes/lix/assets/bootstrap/node_modules/has-own-prop/package.json
2024-04-26 22:49:34 -06:00

34 lines
538 B
JSON

{
"name": "has-own-prop",
"version": "2.0.0",
"description": "A safer `.hasOwnProperty()`",
"license": "MIT",
"repository": "sindresorhus/has-own-prop",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"object",
"has",
"own",
"property"
],
"devDependencies": {
"ava": "^2.1.0",
"tsd": "^0.7.3",
"xo": "^0.24.0"
}
}