61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"name": "hasown",
|
||
|
|
"version": "2.0.2",
|
||
|
|
"description": "A robust, ES3 compatible, \"has own property\" predicate.",
|
||
|
|
"main": "index.js",
|
||
|
|
"exports": {
|
||
|
|
".": "./index.js",
|
||
|
|
"./package.json": "./package.json"
|
||
|
|
},
|
||
|
|
"types": "index.d.ts",
|
||
|
|
"sideEffects": false,
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/inspect-js/hasOwn.git"
|
||
|
|
},
|
||
|
|
"author": "Jordan Harband <ljharb@gmail.com>",
|
||
|
|
"license": "MIT",
|
||
|
|
"homepage": "https://github.com/inspect-js/hasOwn#readme",
|
||
|
|
"dependencies": {
|
||
|
|
"function-bind": "^1.1.2"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@arethetypeswrong/cli": "^0.15.1",
|
||
|
|
"@ljharb/eslint-config": "^21.1.0",
|
||
|
|
"@ljharb/tsconfig": "^0.2.0",
|
||
|
|
"@types/function-bind": "^1.1.10",
|
||
|
|
"@types/mock-property": "^1.0.2",
|
||
|
|
"@types/tape": "^5.6.4",
|
||
|
|
"aud": "^2.0.4",
|
||
|
|
"auto-changelog": "^2.4.0",
|
||
|
|
"eslint": "=8.8.0",
|
||
|
|
"evalmd": "^0.0.19",
|
||
|
|
"in-publish": "^2.0.1",
|
||
|
|
"mock-property": "^1.0.3",
|
||
|
|
"npmignore": "^0.3.1",
|
||
|
|
"nyc": "^10.3.2",
|
||
|
|
"safe-publish-latest": "^2.0.0",
|
||
|
|
"tape": "^5.7.5",
|
||
|
|
"typescript": "next"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.4"
|
||
|
|
},
|
||
|
|
"testling": {
|
||
|
|
"files": "test/index.js"
|
||
|
|
},
|
||
|
|
"auto-changelog": {
|
||
|
|
"output": "CHANGELOG.md",
|
||
|
|
"template": "keepachangelog",
|
||
|
|
"unreleased": false,
|
||
|
|
"commitLimit": false,
|
||
|
|
"backfillLimit": false,
|
||
|
|
"hideCredit": true
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"ignore": [
|
||
|
|
".github/workflows",
|
||
|
|
"test"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|