"description":"Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
"license":"MIT",
"main":"index.js",
"scripts":{
"pretest":"npm run --silent lint",
"test":"npm run --silent tests-only",
"posttest":"npm run --silent security",
"tests-only":"node test/index.js",
"coverage":"covert test/*.js",
"coverage-quiet":"covert test/*.js --quiet",
"lint":"npm run --silent jscs && npm run --silent eslint",