source: imaps-frontend/node_modules/@jridgewell/set-array/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.1 KB
Line 
1{
2 "_from": "@jridgewell/set-array@^1.2.1",
3 "_id": "@jridgewell/set-array@1.2.1",
4 "_inBundle": false,
5 "_integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
6 "_location": "/@jridgewell/set-array",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@jridgewell/set-array@^1.2.1",
12 "name": "@jridgewell/set-array",
13 "escapedName": "@jridgewell%2fset-array",
14 "scope": "@jridgewell",
15 "rawSpec": "^1.2.1",
16 "saveSpec": null,
17 "fetchSpec": "^1.2.1"
18 },
19 "_requiredBy": [
20 "/@jridgewell/gen-mapping"
21 ],
22 "_resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
23 "_shasum": "558fb6472ed16a4c850b889530e6b36438c49280",
24 "_spec": "@jridgewell/set-array@^1.2.1",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@jridgewell/gen-mapping",
26 "author": {
27 "name": "Justin Ridgewell",
28 "email": "justin@ridgewell.name"
29 },
30 "bugs": {
31 "url": "https://github.com/jridgewell/set-array/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Like a Set, but provides the index of the `key` in the backing array",
36 "devDependencies": {
37 "@rollup/plugin-typescript": "8.3.0",
38 "@types/mocha": "9.1.1",
39 "@types/node": "17.0.29",
40 "@typescript-eslint/eslint-plugin": "5.10.0",
41 "@typescript-eslint/parser": "5.10.0",
42 "c8": "7.11.0",
43 "eslint": "8.7.0",
44 "eslint-config-prettier": "8.3.0",
45 "mocha": "9.2.0",
46 "npm-run-all": "4.1.5",
47 "prettier": "2.5.1",
48 "rollup": "2.66.0",
49 "tsx": "4.7.1",
50 "typescript": "4.5.5"
51 },
52 "engines": {
53 "node": ">=6.0.0"
54 },
55 "exports": {
56 ".": [
57 {
58 "types": "./dist/types/set-array.d.ts",
59 "browser": "./dist/set-array.umd.js",
60 "require": "./dist/set-array.umd.js",
61 "import": "./dist/set-array.mjs"
62 },
63 "./dist/set-array.umd.js"
64 ],
65 "./package.json": "./package.json"
66 },
67 "files": [
68 "dist"
69 ],
70 "homepage": "https://github.com/jridgewell/set-array#readme",
71 "keywords": [],
72 "license": "MIT",
73 "main": "dist/set-array.umd.js",
74 "module": "dist/set-array.mjs",
75 "name": "@jridgewell/set-array",
76 "repository": {
77 "type": "git",
78 "url": "git+https://github.com/jridgewell/set-array.git"
79 },
80 "scripts": {
81 "build": "run-s -n build:*",
82 "build:rollup": "rollup -c rollup.config.js",
83 "build:ts": "tsc --project tsconfig.build.json",
84 "lint": "run-s -n lint:*",
85 "lint:prettier": "npm run test:lint:prettier -- --write",
86 "lint:ts": "npm run test:lint:ts -- --fix",
87 "prebuild": "rm -rf dist",
88 "prepublishOnly": "npm run preversion",
89 "preversion": "run-s test build",
90 "test": "run-s -n test:lint test:only",
91 "test:coverage": "c8 mocha",
92 "test:debug": "mocha --inspect-brk",
93 "test:lint": "run-s -n test:lint:*",
94 "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
95 "test:lint:ts": "eslint '{src,test}/**/*.ts'",
96 "test:only": "mocha",
97 "test:watch": "mocha --watch"
98 },
99 "typings": "dist/types/set-array.d.ts",
100 "version": "1.2.1"
101}
Note: See TracBrowser for help on using the repository browser.