has-property-descriptors

v1.0.2
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
property descriptors has environment env defineProperty getOwnPropertyDescriptor

prepack

npmignore --auto --commentLines=autogenerated

prepublishOnly

safe-publish-latest

prepublish

not-in-publish || npm run prepublishOnly

pretest

npm run lint

prelint

evalmd README.md

lint

eslint --ext=js,mjs .

tests-only

nyc tape 'test/**/*.js'

test

npm run tests-only

posttest

aud --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)")"
npm i has-property-descriptors

Metadata

  • MIT
  • Whatever
  • Jordan Harband
  • released 2/13/2024

Downloads

Maintainers