source: imaps-frontend/node_modules/internal-slot/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.0 KB
Line 
1{
2 "_from": "internal-slot@^1.1.0",
3 "_id": "internal-slot@1.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
6 "_location": "/internal-slot",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "internal-slot@^1.1.0",
12 "name": "internal-slot",
13 "escapedName": "internal-slot",
14 "rawSpec": "^1.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.0"
17 },
18 "_requiredBy": [
19 "/es-abstract",
20 "/es-iterator-helpers",
21 "/string.prototype.matchall"
22 ],
23 "_resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
24 "_shasum": "1eac91762947d2f7056bc838d93e13b2e9604961",
25 "_spec": "internal-slot@^1.1.0",
26 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract",
27 "author": {
28 "name": "Jordan Harband",
29 "email": "ljharb@gmail.com"
30 },
31 "auto-changelog": {
32 "output": "CHANGELOG.md",
33 "unreleased": false,
34 "commitLimit": false,
35 "backfillLimit": false
36 },
37 "bugs": {
38 "url": "https://github.com/ljharb/internal-slot/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {
42 "es-errors": "^1.3.0",
43 "hasown": "^2.0.2",
44 "side-channel": "^1.1.0"
45 },
46 "deprecated": false,
47 "description": "ES spec-like internal slots",
48 "devDependencies": {
49 "@arethetypeswrong/cli": "^0.17.1",
50 "@ljharb/eslint-config": "^21.1.1",
51 "@ljharb/tsconfig": "^0.2.2",
52 "@types/for-each": "^0.3.3",
53 "@types/object-inspect": "^1.13.0",
54 "@types/tape": "^5.6.5",
55 "auto-changelog": "^2.5.0",
56 "encoding": "^0.1.13",
57 "eslint": "=8.8.0",
58 "for-each": "^0.3.3",
59 "in-publish": "^2.0.1",
60 "npmignore": "^0.3.1",
61 "nyc": "^10.3.2",
62 "object-inspect": "^1.13.3",
63 "safe-publish-latest": "^2.0.0",
64 "tape": "^5.9.0",
65 "typescript": "next"
66 },
67 "engines": {
68 "node": ">= 0.4"
69 },
70 "homepage": "https://github.com/ljharb/internal-slot#readme",
71 "keywords": [
72 "internal",
73 "slot",
74 "internal slot",
75 "ecmascript",
76 "es",
77 "spec",
78 "private",
79 "data",
80 "private data",
81 "weakmap"
82 ],
83 "license": "MIT",
84 "main": "index.js",
85 "name": "internal-slot",
86 "publishConfig": {
87 "ignore": [
88 ".github/workflows"
89 ]
90 },
91 "repository": {
92 "type": "git",
93 "url": "git+https://github.com/ljharb/internal-slot.git"
94 },
95 "scripts": {
96 "lint": "eslint --ext=js,mjs .",
97 "postlint": "tsc && attw -P",
98 "posttest": "npx npm@'>= 10.2' audit --production",
99 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
100 "prepack": "npmignore --auto --commentLines=autogenerated",
101 "prepublish": "not-in-publish || npm run prepublishOnly",
102 "prepublishOnly": "safe-publish-latest",
103 "pretest": "npm run lint",
104 "test": "npm run tests-only",
105 "tests-only": "nyc tape 'test/**/*.js'",
106 "version": "auto-changelog && git add CHANGELOG.md"
107 },
108 "version": "1.1.0"
109}
Note: See TracBrowser for help on using the repository browser.