blob: 6b3bcd04c5b4ad2cdb08c1031286f9bbbf477b93 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001{
2 "_from": "dialog-polyfill",
3 "_id": "dialog-polyfill@0.5.0",
4 "_inBundle": false,
5 "_integrity": "sha512-fOj68T8KB6UIsDFmK7zYbmORJMLYkRmtsLM1W6wbCVUWu4Hdcud5bqbvuueTxO84JXtK9HcpCHV9vNwlWUdCIw==",
6 "_location": "/dialog-polyfill",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "tag",
10 "registry": true,
11 "raw": "dialog-polyfill",
12 "name": "dialog-polyfill",
13 "escapedName": "dialog-polyfill",
14 "rawSpec": "",
15 "saveSpec": null,
16 "fetchSpec": "latest"
17 },
18 "_requiredBy": [
19 "#USER",
20 "/"
21 ],
22 "_resolved": "https://registry.npmjs.org/dialog-polyfill/-/dialog-polyfill-0.5.0.tgz",
23 "_shasum": "bf67bc67abaf538e44fff80f2f71ff132befadd7",
24 "_spec": "dialog-polyfill",
25 "_where": "/var/www/html/hores",
26 "author": {
27 "name": "The Chromium Authors"
28 },
29 "bugs": {
30 "url": "https://github.com/GoogleChrome/dialog-polyfill/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "Polyfill for the dialog element",
35 "devDependencies": {
36 "chai": "^4.2.0",
37 "mocha": "^6.0.2",
38 "npm-run-all": "^4.1.5",
39 "rollup": "^1.3.0"
40 },
41 "homepage": "https://github.com/GoogleChrome/dialog-polyfill",
42 "license": "BSD",
43 "main": "dist/dialog-polyfill.js",
44 "module": "dist/dialog-polyfill.esm.js",
45 "name": "dialog-polyfill",
46 "repository": {
47 "type": "git",
48 "url": "git+https://github.com/GoogleChrome/dialog-polyfill.git"
49 },
50 "scripts": {
51 "build": "npm-run-all -p build:*",
52 "build:css": "cp dialog-polyfill.css dist/dialog-polyfill.css",
53 "build:esm": "rollup index.js --file dist/dialog-polyfill.esm.js --format esm",
54 "build:umd": "rollup index.js --file dist/dialog-polyfill.js --format umd --name dialogPolyfill",
55 "prepublishOnly": "npm run build",
56 "test": "open test.html"
57 },
58 "version": "0.5.0"
59}