You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
3.0 KiB
98 lines
3.0 KiB
{
|
|
"_from": "has-property-descriptors@^1.0.0",
|
|
"_id": "has-property-descriptors@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
|
|
"_location": "/has-property-descriptors",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "has-property-descriptors@^1.0.0",
|
|
"name": "has-property-descriptors",
|
|
"escapedName": "has-property-descriptors",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/define-properties"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
|
|
"_shasum": "610708600606d36961ed04c196193b6a607fa861",
|
|
"_spec": "has-property-descriptors@^1.0.0",
|
|
"_where": "D:\\上海富维东阳工作\\设备管理\\ABP-MicroService-master\\AuthServer\\IdentityServer\\AuthServer.Host\\node_modules\\define-properties",
|
|
"author": {
|
|
"name": "Jordan Harband",
|
|
"email": "ljharb@gmail.com"
|
|
},
|
|
"auto-changelog": {
|
|
"output": "CHANGELOG.md",
|
|
"template": "keepachangelog",
|
|
"unreleased": false,
|
|
"commitLimit": false,
|
|
"backfillLimit": false,
|
|
"hideCredit": true
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/inspect-js/has-property-descriptors/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.",
|
|
"devDependencies": {
|
|
"@ljharb/eslint-config": "^21.0.0",
|
|
"aud": "^2.0.0",
|
|
"auto-changelog": "^2.4.0",
|
|
"eslint": "=8.8.0",
|
|
"evalmd": "^0.0.19",
|
|
"in-publish": "^2.0.1",
|
|
"nyc": "^10.3.2",
|
|
"safe-publish-latest": "^2.0.0",
|
|
"tape": "^5.5.3"
|
|
},
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
},
|
|
"homepage": "https://github.com/inspect-js/has-property-descriptors#readme",
|
|
"keywords": [
|
|
"property",
|
|
"descriptors",
|
|
"has",
|
|
"environment",
|
|
"env",
|
|
"defineProperty",
|
|
"getOwnPropertyDescriptor"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "has-property-descriptors",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/inspect-js/has-property-descriptors.git"
|
|
},
|
|
"scripts": {
|
|
"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",
|
|
"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"
|
|
},
|
|
"sideEffects": false,
|
|
"testling": {
|
|
"files": "test/index.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|