Changeset 79a0317 for imaps-frontend/node_modules/has-property-descriptors
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/has-property-descriptors/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "has-property-descriptors", 3 "version": "1.0.2", 4 "description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.", 5 "main": "index.js", 6 "exports": { 7 ".": "./index.js", 8 "./package.json": "./package.json" 9 }, 10 "sideEffects": false, 11 "scripts": { 12 "prepack": "npmignore --auto --commentLines=autogenerated", 13 "prepublishOnly": "safe-publish-latest", 14 "prepublish": "not-in-publish || npm run prepublishOnly", 15 "pretest": "npm run lint", 16 "prelint": "evalmd README.md", 17 "lint": "eslint --ext=js,mjs .", 18 "tests-only": "nyc tape 'test/**/*.js'", 19 "test": "npm run tests-only", 20 "posttest": "aud --production", 21 "version": "auto-changelog && git add CHANGELOG.md", 22 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 23 }, 24 "repository": { 25 "type": "git", 26 "url": "git+https://github.com/inspect-js/has-property-descriptors.git" 27 }, 28 "keywords": [ 29 "property", 30 "descriptors", 31 "has", 32 "environment", 33 "env", 34 "defineProperty", 35 "getOwnPropertyDescriptor" 36 ], 37 "author": "Jordan Harband <ljharb@gmail.com>", 38 "funding": { 39 "url": "https://github.com/sponsors/ljharb" 40 }, 41 "license": "MIT", 42 "bugs": { 43 "url": "https://github.com/inspect-js/has-property-descriptors/issues" 44 }, 45 "homepage": "https://github.com/inspect-js/has-property-descriptors#readme", 46 "devDependencies": { 47 "@ljharb/eslint-config": "^21.1.0", 48 "aud": "^2.0.4", 49 "auto-changelog": "^2.4.0", 50 "eslint": "=8.8.0", 51 "evalmd": "^0.0.19", 52 "in-publish": "^2.0.1", 53 "npmignore": "^0.3.1", 54 "nyc": "^10.3.2", 55 "safe-publish-latest": "^2.0.0", 56 "tape": "^5.7.4" 57 }, 58 "dependencies": { 59 "es-define-property": "^1.0.0" 60 }, 61 "testling": { 62 "files": "test/index.js" 63 }, 64 "auto-changelog": { 65 "output": "CHANGELOG.md", 66 "template": "keepachangelog", 67 "unreleased": false, 68 "commitLimit": false, 69 "backfillLimit": false, 70 "hideCredit": true 71 }, 72 "publishConfig": { 73 "ignore": [ 74 ".github/workflows" 75 ] 76 } 2 "_from": "has-property-descriptors@^1.0.2", 3 "_id": "has-property-descriptors@1.0.2", 4 "_inBundle": false, 5 "_integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", 6 "_location": "/has-property-descriptors", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "has-property-descriptors@^1.0.2", 12 "name": "has-property-descriptors", 13 "escapedName": "has-property-descriptors", 14 "rawSpec": "^1.0.2", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.2" 17 }, 18 "_requiredBy": [ 19 "/define-properties", 20 "/es-abstract", 21 "/es-iterator-helpers", 22 "/set-function-length", 23 "/set-function-name", 24 "/string.prototype.trim" 25 ], 26 "_resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", 27 "_shasum": "963ed7d071dc7bf5f084c5bfbe0d1b6222586854", 28 "_spec": "has-property-descriptors@^1.0.2", 29 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/set-function-length", 30 "author": { 31 "name": "Jordan Harband", 32 "email": "ljharb@gmail.com" 33 }, 34 "auto-changelog": { 35 "output": "CHANGELOG.md", 36 "template": "keepachangelog", 37 "unreleased": false, 38 "commitLimit": false, 39 "backfillLimit": false, 40 "hideCredit": true 41 }, 42 "bugs": { 43 "url": "https://github.com/inspect-js/has-property-descriptors/issues" 44 }, 45 "bundleDependencies": false, 46 "dependencies": { 47 "es-define-property": "^1.0.0" 48 }, 49 "deprecated": false, 50 "description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.", 51 "devDependencies": { 52 "@ljharb/eslint-config": "^21.1.0", 53 "aud": "^2.0.4", 54 "auto-changelog": "^2.4.0", 55 "eslint": "=8.8.0", 56 "evalmd": "^0.0.19", 57 "in-publish": "^2.0.1", 58 "npmignore": "^0.3.1", 59 "nyc": "^10.3.2", 60 "safe-publish-latest": "^2.0.0", 61 "tape": "^5.7.4" 62 }, 63 "exports": { 64 ".": "./index.js", 65 "./package.json": "./package.json" 66 }, 67 "funding": { 68 "url": "https://github.com/sponsors/ljharb" 69 }, 70 "homepage": "https://github.com/inspect-js/has-property-descriptors#readme", 71 "keywords": [ 72 "property", 73 "descriptors", 74 "has", 75 "environment", 76 "env", 77 "defineProperty", 78 "getOwnPropertyDescriptor" 79 ], 80 "license": "MIT", 81 "main": "index.js", 82 "name": "has-property-descriptors", 83 "publishConfig": { 84 "ignore": [ 85 ".github/workflows" 86 ] 87 }, 88 "repository": { 89 "type": "git", 90 "url": "git+https://github.com/inspect-js/has-property-descriptors.git" 91 }, 92 "scripts": { 93 "lint": "eslint --ext=js,mjs .", 94 "posttest": "aud --production", 95 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 96 "prelint": "evalmd README.md", 97 "prepack": "npmignore --auto --commentLines=autogenerated", 98 "prepublish": "not-in-publish || npm run prepublishOnly", 99 "prepublishOnly": "safe-publish-latest", 100 "pretest": "npm run lint", 101 "test": "npm run tests-only", 102 "tests-only": "nyc tape 'test/**/*.js'", 103 "version": "auto-changelog && git add CHANGELOG.md" 104 }, 105 "sideEffects": false, 106 "testling": { 107 "files": "test/index.js" 108 }, 109 "version": "1.0.2" 77 110 }
Note:
See TracChangeset
for help on using the changeset viewer.