Changeset 79a0317 for imaps-frontend/node_modules/@ungap
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@ungap/structured-clone/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "@ungap/structured-clone", 3 "version": "1.2.0", 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, 4 34 "description": "A structuredClone polyfill", 5 " main": "./cjs/index.js",6 "scripts": {7 " build": "npm run cjs && npm run rollup:json && npm run test",8 " cjs": "ascjs esm cjs",9 "c overage": "c8 report --reporter=text-lcov > ./coverage/lcov.info",10 " rollup:json": "rollup --config rollup/json.config.js",11 " test": "c8 node test/index.js"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" 12 42 }, 13 "keywords": [ 14 "recursion", 15 "structured", 16 "clone", 17 "algorithm" 18 ], 19 "author": "Andrea Giammarchi", 20 "license": "ISC", 21 "devDependencies": { 22 "@rollup/plugin-node-resolve": "^15.0.2", 23 "@rollup/plugin-terser": "^0.4.1", 24 "ascjs": "^5.0.1", 25 "c8": "^7.13.0", 26 "coveralls": "^3.1.1", 27 "rollup": "^3.21.4" 43 "directories": { 44 "test": "test" 28 45 }, 29 "module": "./esm/index.js",30 "type": "module",31 46 "exports": { 32 47 ".": { … … 40 55 "./package.json": "./package.json" 41 56 }, 42 "directories": { 43 "test": "test" 44 }, 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", 45 68 "repository": { 46 69 "type": "git", 47 70 "url": "git+https://github.com/ungap/structured-clone.git" 48 71 }, 49 "bugs": { 50 "url": "https://github.com/ungap/structured-clone/issues" 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" 51 78 }, 52 "homepage": "https://github.com/ungap/structured-clone#readme" 79 "sideEffects": false, 80 "type": "module", 81 "version": "1.2.1" 53 82 }
Note:
See TracChangeset
for help on using the changeset viewer.