1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/is-accessor-descriptor/package.json

119 lines
3.3 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "is-accessor-descriptor@^1.0.1",
"_id": "is-accessor-descriptor@1.0.1",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==",
2023-12-18 13:12:25 +08:00
"_location": "/is-accessor-descriptor",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "is-accessor-descriptor@^1.0.1",
2023-12-18 13:12:25 +08:00
"name": "is-accessor-descriptor",
"escapedName": "is-accessor-descriptor",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.0.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.0.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
2024-01-16 21:26:16 +08:00
"/base/is-descriptor",
"/define-property/is-descriptor",
"/extglob/is-descriptor",
"/is-descriptor",
"/snapdragon-node/is-descriptor",
"/svg-baker/is-descriptor"
2023-12-18 13:12:25 +08:00
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz",
"_shasum": "3223b10628354644b86260db29b3e693f5ceedd4",
"_spec": "is-accessor-descriptor@^1.0.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\is-descriptor",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
2024-01-16 21:26:16 +08:00
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true
},
2023-12-18 13:12:25 +08:00
"bugs": {
2024-01-16 21:26:16 +08:00
"url": "https://github.com/inspect-js/is-accessor-descriptor/issues"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"contributors": [
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Rouven Weßling",
"url": "www.rouvenwessling.de"
}
],
2023-12-18 13:12:25 +08:00
"dependencies": {
2024-01-16 21:26:16 +08:00
"hasown": "^2.0.0"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"auto-changelog": "^2.4.0",
"eslint": "=8.8.0",
"evalmd": "^0.0.19",
"in-publish": "^2.0.1",
"npmignore": "^0.3.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"tape": "^5.7.2"
2023-12-18 13:12:25 +08:00
},
"engines": {
2024-01-16 21:26:16 +08:00
"node": ">= 0.10"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"homepage": "https://github.com/inspect-js/is-accessor-descriptor",
2023-12-18 13:12:25 +08:00
"keywords": [
"descriptor",
"get",
"getter",
"is",
"keys",
"object",
"properties",
"property",
"set",
"setter",
"type",
"valid",
"value"
],
"license": "MIT",
"main": "index.js",
"name": "is-accessor-descriptor",
2024-01-16 21:26:16 +08:00
"publishConfig": {
"ignore": [
".github/workflows"
]
},
2023-12-18 13:12:25 +08:00
"repository": {
"type": "git",
2024-01-16 21:26:16 +08:00
"url": "git+https://github.com/inspect-js/is-accessor-descriptor.git"
2023-12-18 13:12:25 +08:00
},
"scripts": {
2024-01-16 21:26:16 +08:00
"lint": "eslint --ext=js,mjs .",
"posttest": "aud --production",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
"prelint": "evalmd README.md",
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "nyc tape 'test/**/*.js'",
"version": "auto-changelog && git add CHANGELOG.md"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"version": "1.0.1"
2023-12-18 13:12:25 +08:00
}