aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/hasown/package.json
diff options
context:
space:
mode:
authorpack <pack@packgekko.xyz>2026-08-09 10:54:08 +0000
committerpack <pack@packgekko.xyz>2026-08-09 10:54:08 +0000
commitd3adc16a08d95d6e331de55d7d3bf05a66a874a8 (patch)
treea2dabd199501e67c547c2ce79e1374ca3aa55443 /node_modules/hasown/package.json
parent55a4f1fc869e41aca748c63d3018f0448b1606e0 (diff)
downloadcrud-d3adc16a08d95d6e331de55d7d3bf05a66a874a8.tar.gz
stop tracking node_modules/
Diffstat (limited to '')
-rw-r--r--node_modules/hasown/package.json91
1 files changed, 0 insertions, 91 deletions
diff --git a/node_modules/hasown/package.json b/node_modules/hasown/package.json
deleted file mode 100644
index fb86cc3..0000000
--- a/node_modules/hasown/package.json
+++ /dev/null
@@ -1,91 +0,0 @@
-{
- "name": "hasown",
- "version": "2.0.4",
- "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,
- "scripts": {
- "prepack": "npmignore --auto --commentLines=autogenerated",
- "prepublish": "not-in-publish || npm run prepublishOnly",
- "prepublishOnly": "safe-publish-latest",
- "prelint": "evalmd README.md",
- "lint": "eslint .",
- "postlint": "npm run tsc",
- "pretest": "npm run lint",
- "tsc": "tsc -p .",
- "posttsc": "attw -P",
- "tests-only": "nyc tape 'test/**/*.js'",
- "test": "npm run tests-only",
- "posttest": "npx npm@\">= 10.2\" audit --production",
- "version": "auto-changelog && git add CHANGELOG.md",
- "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/inspect-js/hasOwn.git"
- },
- "keywords": [
- "has",
- "hasOwnProperty",
- "hasOwn",
- "has-own",
- "own",
- "has",
- "property",
- "in",
- "javascript",
- "ecmascript"
- ],
- "author": "Jordan Harband <ljharb@gmail.com>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/inspect-js/hasOwn/issues"
- },
- "homepage": "https://github.com/inspect-js/hasOwn#readme",
- "dependencies": {
- "function-bind": "^1.1.2"
- },
- "devDependencies": {
- "@arethetypeswrong/cli": "^0.18.2",
- "@ljharb/eslint-config": "^22.2.3",
- "@ljharb/tsconfig": "^0.3.2",
- "@types/function-bind": "^1.1.10",
- "@types/tape": "^5.8.1",
- "auto-changelog": "^2.5.1",
- "eslint": "^10.4.0",
- "evalmd": "^0.0.19",
- "in-publish": "^2.0.1",
- "jiti": "^0.0.0",
- "mock-property": "^1.1.0",
- "npmignore": "^0.3.5",
- "nyc": "^10.3.2",
- "safe-publish-latest": "^2.0.0",
- "tape": "^5.9.0",
- "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"
- ]
- }
-}