2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from" : "is-descriptor@^0.1.0" ,
"_id" : "is-descriptor@0.1.7" ,
2023-12-18 13:12:25 +08:00
"_inBundle" : false ,
2024-01-16 21:26:16 +08:00
"_integrity" : "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==" ,
2023-12-18 13:12:25 +08:00
"_location" : "/is-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-descriptor@^0.1.0" ,
2023-12-18 13:12:25 +08:00
"name" : "is-descriptor" ,
"escapedName" : "is-descriptor" ,
2024-01-16 21:26:16 +08:00
"rawSpec" : "^0.1.0" ,
2023-12-18 13:12:25 +08:00
"saveSpec" : null ,
2024-01-16 21:26:16 +08:00
"fetchSpec" : "^0.1.0"
2023-12-18 13:12:25 +08:00
} ,
"_requiredBy" : [
"/class-utils/define-property" ,
"/expand-brackets/define-property" ,
"/object-copy/define-property" ,
"/snapdragon/define-property" ,
"/static-extend/define-property"
] ,
2024-01-16 21:26:16 +08:00
"_resolved" : "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-0.1.7.tgz" ,
"_shasum" : "2727eb61fd789dcd5bdf0ed4569f551d2fe3be33" ,
"_spec" : "is-descriptor@^0.1.0" ,
"_where" : "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\class-utils\\node_modules\\define-property" ,
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-descriptor/issues"
2023-12-18 13:12:25 +08:00
} ,
2024-01-16 21:26:16 +08:00
"bundleDependencies" : false ,
2023-12-18 13:12:25 +08:00
"contributors" : [
{
"name" : "Brian Woodward" ,
"url" : "https://twitter.com/doowb"
} ,
{
"name" : "Jon Schlinkert" ,
"url" : "http://twitter.com/jonschlinkert"
} ,
{
"url" : "https://github.com/wtgtybhertgeghgtwtg"
}
] ,
"dependencies" : {
2024-01-16 21:26:16 +08:00
"is-accessor-descriptor" : "^1.0.1" ,
"is-data-descriptor" : "^1.0.1"
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 descriptor. Works for data descriptors and accessor descriptors." ,
"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.4"
2023-12-18 13:12:25 +08:00
} ,
2024-01-16 21:26:16 +08:00
"exports" : {
"." : "./index.js" ,
"./package.json" : "./package.json"
} ,
"homepage" : "https://github.com/inspect-js/is-descriptor" ,
2023-12-18 13:12:25 +08:00
"keywords" : [
"accessor" ,
"check" ,
"data" ,
"descriptor" ,
"get" ,
"getter" ,
"is" ,
"keys" ,
"object" ,
"properties" ,
"property" ,
"set" ,
"setter" ,
"type" ,
"valid" ,
"value"
] ,
"license" : "MIT" ,
"main" : "index.js" ,
"name" : "is-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-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" : "0.1.7"
2023-12-18 13:12:25 +08:00
}