source: imaps-frontend/node_modules/has-property-descriptors/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.3 KB
Line 
1{
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"
110}
Note: See TracBrowser for help on using the repository browser.