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