source: imaps-frontend/node_modules/@ungap/structured-clone/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: 2.3 KB
Line 
1{
2 "_from": "@ungap/structured-clone@1.2.1",
3 "_id": "@ungap/structured-clone@1.2.1",
4 "_inBundle": false,
5 "_integrity": "sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==",
6 "_location": "/@ungap/structured-clone",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "@ungap/structured-clone@1.2.1",
12 "name": "@ungap/structured-clone",
13 "escapedName": "@ungap%2fstructured-clone",
14 "scope": "@ungap",
15 "rawSpec": "1.2.1",
16 "saveSpec": null,
17 "fetchSpec": "1.2.1"
18 },
19 "_requiredBy": [
20 "/eslint"
21 ],
22 "_resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.1.tgz",
23 "_shasum": "28fa185f67daaf7b7a1a8c1d445132c5d979f8bd",
24 "_spec": "@ungap/structured-clone@1.2.1",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
26 "author": {
27 "name": "Andrea Giammarchi"
28 },
29 "bugs": {
30 "url": "https://github.com/ungap/structured-clone/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "A structuredClone polyfill",
35 "devDependencies": {
36 "@rollup/plugin-node-resolve": "^15.3.0",
37 "@rollup/plugin-terser": "^0.4.4",
38 "ascjs": "^6.0.3",
39 "c8": "^10.1.2",
40 "coveralls": "^3.1.1",
41 "rollup": "^4.28.1"
42 },
43 "directories": {
44 "test": "test"
45 },
46 "exports": {
47 ".": {
48 "import": "./esm/index.js",
49 "default": "./cjs/index.js"
50 },
51 "./json": {
52 "import": "./esm/json.js",
53 "default": "./cjs/json.js"
54 },
55 "./package.json": "./package.json"
56 },
57 "homepage": "https://github.com/ungap/structured-clone#readme",
58 "keywords": [
59 "recursion",
60 "structured",
61 "clone",
62 "algorithm"
63 ],
64 "license": "ISC",
65 "main": "./cjs/index.js",
66 "module": "./esm/index.js",
67 "name": "@ungap/structured-clone",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/ungap/structured-clone.git"
71 },
72 "scripts": {
73 "build": "npm run cjs && npm run rollup:json && npm run test",
74 "cjs": "ascjs esm cjs",
75 "coverage": "c8 report --reporter=text-lcov > ./coverage/lcov.info",
76 "rollup:json": "rollup --config rollup/json.config.js",
77 "test": "c8 node test/index.js"
78 },
79 "sideEffects": false,
80 "type": "module",
81 "version": "1.2.1"
82}
Note: See TracBrowser for help on using the repository browser.