source: imaps-frontend/node_modules/hasown/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.4 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "hasown@2.0.2",
3 "_id": "hasown@2.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
6 "_location": "/hasown",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "hasown@2.0.2",
12 "name": "hasown",
13 "escapedName": "hasown",
14 "rawSpec": "2.0.2",
15 "saveSpec": null,
16 "fetchSpec": "2.0.2"
17 },
18 "_requiredBy": [
19 "/es-abstract",
20 "/es-set-tostringtag",
21 "/es-shim-unscopables",
22 "/eslint-plugin-react",
23 "/function.prototype.name",
24 "/get-intrinsic",
25 "/internal-slot",
26 "/is-core-module",
27 "/is-regex"
28 ],
29 "_resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
30 "_shasum": "003eaf91be7adc372e84ec59dc37252cedb80003",
31 "_spec": "hasown@2.0.2",
32 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/get-intrinsic",
33 "author": {
34 "name": "Jordan Harband",
35 "email": "ljharb@gmail.com"
36 },
37 "auto-changelog": {
38 "output": "CHANGELOG.md",
39 "template": "keepachangelog",
40 "unreleased": false,
41 "commitLimit": false,
42 "backfillLimit": false,
43 "hideCredit": true
44 },
45 "bugs": {
46 "url": "https://github.com/inspect-js/hasOwn/issues"
47 },
48 "bundleDependencies": false,
49 "dependencies": {
50 "function-bind": "^1.1.2"
51 },
52 "deprecated": false,
53 "description": "A robust, ES3 compatible, \"has own property\" predicate.",
54 "devDependencies": {
55 "@arethetypeswrong/cli": "^0.15.1",
56 "@ljharb/eslint-config": "^21.1.0",
57 "@ljharb/tsconfig": "^0.2.0",
58 "@types/function-bind": "^1.1.10",
59 "@types/mock-property": "^1.0.2",
60 "@types/tape": "^5.6.4",
61 "aud": "^2.0.4",
62 "auto-changelog": "^2.4.0",
63 "eslint": "=8.8.0",
64 "evalmd": "^0.0.19",
65 "in-publish": "^2.0.1",
66 "mock-property": "^1.0.3",
67 "npmignore": "^0.3.1",
68 "nyc": "^10.3.2",
69 "safe-publish-latest": "^2.0.0",
70 "tape": "^5.7.5",
71 "typescript": "next"
72 },
73 "engines": {
74 "node": ">= 0.4"
75 },
76 "exports": {
77 ".": "./index.js",
78 "./package.json": "./package.json"
79 },
80 "homepage": "https://github.com/inspect-js/hasOwn#readme",
81 "keywords": [
82 "has",
83 "hasOwnProperty",
84 "hasOwn",
85 "has-own",
86 "own",
87 "has",
88 "property",
89 "in",
90 "javascript",
91 "ecmascript"
92 ],
93 "license": "MIT",
94 "main": "index.js",
95 "name": "hasown",
96 "publishConfig": {
97 "ignore": [
98 ".github/workflows",
99 "test"
100 ]
101 },
102 "repository": {
103 "type": "git",
104 "url": "git+https://github.com/inspect-js/hasOwn.git"
105 },
106 "scripts": {
107 "lint": "eslint --ext=js,mjs .",
108 "postlint": "npm run tsc",
109 "posttest": "aud --production",
110 "posttsc": "attw -P",
111 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
112 "prelint": "evalmd README.md",
113 "prepack": "npmignore --auto --commentLines=autogenerated",
114 "prepublish": "not-in-publish || npm run prepublishOnly",
115 "prepublishOnly": "safe-publish-latest",
116 "pretest": "npm run lint",
117 "test": "npm run tests-only",
118 "tests-only": "nyc tape 'test/**/*.js'",
119 "tsc": "tsc -p .",
120 "version": "auto-changelog && git add CHANGELOG.md"
121 },
122 "sideEffects": false,
123 "testling": {
124 "files": "test/index.js"
125 },
126 "types": "index.d.ts",
127 "version": "2.0.2"
[d565449]128}
Note: See TracBrowser for help on using the repository browser.