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