cody - HTMLify profile

cody
4270 Files
636381 Views
Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-property-descriptors
CHANGELOG.md
cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-property-descriptors/CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.0.1](https://github.com/inspect-js/has-property-descriptors/compare/v1.0.0...v1.0.1) - 2023-10-20
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.0.1](https://github.com/inspect-js/has-property-descriptors/compare/v1.0.0...v1.0.1) - 2023-10-20
README.md
cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-property-descriptors/README.md
# has-property-descriptors <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
[![dependency status][deps-svg]][deps-url]
[![dev dependency status][dev-deps-svg]][dev-deps-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
[![dependency status][deps-svg]][deps-url]
[![dev dependency status][dev-deps-svg]][dev-deps-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
'use strict';
var GetIntrinsic = require('get-intrinsic');
var $defineProperty = GetIntrinsic('%Object.defineProperty%', true);
var hasPropertyDescriptors = function hasPropertyDescriptors() {
if ($defineProperty) {
var GetIntrinsic = require('get-intrinsic');
var $defineProperty = GetIntrinsic('%Object.defineProperty%', true);
var hasPropertyDescriptors = function hasPropertyDescriptors() {
if ($defineProperty) {
Media file
package.json
cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-property-descriptors/package.json
{
"name": "has-property-descriptors",
"version": "1.0.1",
"description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.",
"main": "index.js",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
"name": "has-property-descriptors",
"version": "1.0.1",
"description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.",
"main": "index.js",
"exports": {
".": "./index.js",
"./package.json": "./package.json"