demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/gopd-1.2.0/README.md

Path
demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/gopd-1.2.0/README.md
Status
scanned
Type
file
Name
README.md
Extension
.md
Programming language

      
    
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
1562 (1.5 KB)
MD5
b7828c6a2aaeb53e9bd62e7a166d4057
SHA1
4e879d6c22e3b544119ace482cc212d9dac24075
SHA256
a5adda11eb1b5c4a225289ccc2e1f01bdc27e1635b85039ad327ec37082ad3d4
SHA512

      
    
SHA1_git
784e56a09695adb47410cb6cf08e96334a9f9c1f
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
README.md | 1.5 KB |

# gopd <sup>[![Version Badge][npm-version-svg]][package-url]</sup> [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url] [![npm badge][npm-badge-png]][package-url] `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. ## Usage ```javascript var gOPD = require('gopd'); var assert = require('assert'); if (gOPD) { assert.equal(typeof gOPD, 'function', 'descriptors supported'); // use gOPD like Object.getOwnPropertyDescriptor here } else { assert.ok(!gOPD, 'descriptors not supported'); } ``` [package-url]: https://npmjs.org/package/gopd [npm-version-svg]: https://versionbadg.es/ljharb/gopd.svg [deps-svg]: https://david-dm.org/ljharb/gopd.svg [deps-url]: https://david-dm.org/ljharb/gopd [dev-deps-svg]: https://david-dm.org/ljharb/gopd/dev-status.svg [dev-deps-url]: https://david-dm.org/ljharb/gopd#info=devDependencies [npm-badge-png]: https://nodei.co/npm/gopd.png?downloads=true&stars=true [license-image]: https://img.shields.io/npm/l/gopd.svg [license-url]: LICENSE [downloads-image]: https://img.shields.io/npm/dm/gopd.svg [downloads-url]: https://npm-stat.com/charts.html?package=gopd [codecov-image]: https://codecov.io/gh/ljharb/gopd/branch/main/graphs/badge.svg [codecov-url]: https://app.codecov.io/gh/ljharb/gopd/ [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/gopd [actions-url]: https://github.com/ljharb/gopd/actions
URL Start line End line
https://npmjs.org/package/gopd 26 26
https://versionbadg.es/ljharb/gopd.svg 27 27
https://david-dm.org/ljharb/gopd.svg 28 28
https://david-dm.org/ljharb/gopd 29 29
https://david-dm.org/ljharb/gopd/dev-status.svg 30 30
https://david-dm.org/ljharb/gopd#info=devDependencies 31 31
https://nodei.co/npm/gopd.png?downloads=true&stars=true 32 32
https://img.shields.io/npm/l/gopd.svg 33 33
https://img.shields.io/npm/dm/gopd.svg 35 35
https://npm-stat.com/charts.html?package=gopd 36 36
https://codecov.io/gh/ljharb/gopd/branch/main/graphs/badge.svg 37 37
https://app.codecov.io/gh/ljharb/gopd/ 38 38
https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/gopd 39 39
https://github.com/ljharb/gopd/actions 40 40
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/gopd@1.2.0 mit JavaScript