|
1 | 1 | {
|
2 |
| - "name": "es-map", |
3 |
| - "version": "0.0.0", |
4 |
| - "description": "An ES-spec-compliant Map shim/polyfill/replacement that works as far down as ES3", |
5 |
| - "main": "index.js", |
6 |
| - "exports": { |
7 |
| - ".": [ |
8 |
| - { |
9 |
| - "import": "./index.mjs", |
10 |
| - "require": "./index.js", |
11 |
| - "default": "./index.js" |
12 |
| - }, |
13 |
| - "./index.js" |
14 |
| - ], |
15 |
| - "./polyfill": [ |
16 |
| - { |
17 |
| - "import": "./polyfill.mjs", |
18 |
| - "require": "./polyfill.js", |
19 |
| - "default": "./polyfill.js" |
20 |
| - }, |
21 |
| - "./polyfill.js" |
22 |
| - ], |
23 |
| - "./implementation": [ |
24 |
| - { |
25 |
| - "import": "./implementation.mjs", |
26 |
| - "require": "./implementation.js", |
27 |
| - "default": "./implementation.js" |
28 |
| - }, |
29 |
| - "./implementation.js" |
30 |
| - ], |
31 |
| - "./shim": [ |
32 |
| - { |
33 |
| - "import": "./shim.mjs", |
34 |
| - "require": "./shim.js", |
35 |
| - "default": "./shim.js" |
36 |
| - }, |
37 |
| - "./shim.js" |
38 |
| - ], |
39 |
| - "./auto": "./auto.js", |
40 |
| - "./package.json": "./package.json" |
41 |
| - }, |
42 |
| - "scripts": { |
43 |
| - "prepublish": "safe-publish-latest", |
44 |
| - "pretest": "npm run lint", |
45 |
| - "lint": "eslint --ext=js,mjs .", |
46 |
| - "tests-only": "tape 'test/**/*.js'", |
47 |
| - "tests-esm": "node test/index.mjs", |
48 |
| - "test": "npm run tests-only && npm run tests-esm", |
49 |
| - "posttest": "aud --production", |
50 |
| - "version": "auto-changelog && git add CHANGELOG.md", |
51 |
| - "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" |
52 |
| - }, |
53 |
| - "repository": { |
54 |
| - "type": "git", |
55 |
| - "url": "git+https://github.com/es-shims/es-map.git" |
56 |
| - }, |
57 |
| - "keywords": [ |
58 |
| - "Set", |
59 |
| - "Map", |
60 |
| - "collections", |
61 |
| - "shim", |
62 |
| - "polyfill", |
63 |
| - "es-shim", |
64 |
| - "API" |
65 |
| - ], |
66 |
| - "author": "Nicolò Ribaudo <nicolo.ribaudo@gmail.com>", |
67 |
| - "funding": { |
68 |
| - "url": "https://github.com/es-shims/es-map?sponsor=1" |
69 |
| - }, |
70 |
| - "license": "MIT", |
71 |
| - "bugs": { |
72 |
| - "url": "https://github.com/es-shims/es-map/issues" |
73 |
| - }, |
74 |
| - "homepage": "https://github.com/es-shims/es-map#readme", |
75 |
| - "devDependencies": { |
76 |
| - "@ljharb/eslint-config": "^17.2.0", |
77 |
| - "aud": "^1.1.2", |
78 |
| - "auto-changelog": "^2.2.1", |
79 |
| - "eslint": "^7.12.0", |
80 |
| - "functions-have-names": "^1.2.1", |
81 |
| - "has-strict-mode": "^1.0.0", |
82 |
| - "safe-publish-latest": "^1.1.4", |
83 |
| - "tape": "^5.0.1" |
84 |
| - }, |
85 |
| - "dependencies": { |
86 |
| - "define-properties": "^1.1.3", |
87 |
| - "es-abstract": "^1.18.0-next.1", |
88 |
| - "has-symbols": "^1.0.1" |
89 |
| - }, |
90 |
| - "auto-changelog": { |
91 |
| - "output": "CHANGELOG.md", |
92 |
| - "template": "keepachangelog", |
93 |
| - "unreleased": false, |
94 |
| - "commitLimit": false, |
95 |
| - "backfillLimit": false, |
96 |
| - "hideCredit": true |
97 |
| - } |
| 2 | + "name": "es-map", |
| 3 | + "version": "0.0.0", |
| 4 | + "description": "An ES-spec-compliant Map shim/polyfill/replacement that works as far down as ES3", |
| 5 | + "main": "index.js", |
| 6 | + "exports": { |
| 7 | + ".": [ |
| 8 | + { |
| 9 | + "import": "./index.mjs", |
| 10 | + "require": "./index.js", |
| 11 | + "default": "./index.js" |
| 12 | + }, |
| 13 | + "./index.js" |
| 14 | + ], |
| 15 | + "./polyfill": [ |
| 16 | + { |
| 17 | + "import": "./polyfill.mjs", |
| 18 | + "require": "./polyfill.js", |
| 19 | + "default": "./polyfill.js" |
| 20 | + }, |
| 21 | + "./polyfill.js" |
| 22 | + ], |
| 23 | + "./implementation": [ |
| 24 | + { |
| 25 | + "import": "./implementation.mjs", |
| 26 | + "require": "./implementation.js", |
| 27 | + "default": "./implementation.js" |
| 28 | + }, |
| 29 | + "./implementation.js" |
| 30 | + ], |
| 31 | + "./shim": [ |
| 32 | + { |
| 33 | + "import": "./shim.mjs", |
| 34 | + "require": "./shim.js", |
| 35 | + "default": "./shim.js" |
| 36 | + }, |
| 37 | + "./shim.js" |
| 38 | + ], |
| 39 | + "./auto": "./auto.js", |
| 40 | + "./package.json": "./package.json" |
| 41 | + }, |
| 42 | + "scripts": { |
| 43 | + "prepublish": "safe-publish-latest", |
| 44 | + "pretest": "npm run lint", |
| 45 | + "lint": "eslint --ext=js,mjs .", |
| 46 | + "tests-only": "tape 'test/**/*.js'", |
| 47 | + "tests-esm": "node test/index.mjs", |
| 48 | + "test": "npm run tests-only && npm run tests-esm", |
| 49 | + "posttest": "aud --production", |
| 50 | + "version": "auto-changelog && git add CHANGELOG.md", |
| 51 | + "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" |
| 52 | + }, |
| 53 | + "repository": { |
| 54 | + "type": "git", |
| 55 | + "url": "git+https://github.com/es-shims/es-map.git" |
| 56 | + }, |
| 57 | + "keywords": [ |
| 58 | + "Set", |
| 59 | + "Map", |
| 60 | + "collections", |
| 61 | + "shim", |
| 62 | + "polyfill", |
| 63 | + "es-shim", |
| 64 | + "API" |
| 65 | + ], |
| 66 | + "author": "Nicolò Ribaudo <nicolo.ribaudo@gmail.com>", |
| 67 | + "funding": { |
| 68 | + "url": "https://github.com/es-shims/es-map?sponsor=1" |
| 69 | + }, |
| 70 | + "license": "MIT", |
| 71 | + "bugs": { |
| 72 | + "url": "https://github.com/es-shims/es-map/issues" |
| 73 | + }, |
| 74 | + "homepage": "https://github.com/es-shims/es-map#readme", |
| 75 | + "devDependencies": { |
| 76 | + "@ljharb/eslint-config": "^17.2.0", |
| 77 | + "array.from": "^1.1.0", |
| 78 | + "aud": "^1.1.2", |
| 79 | + "auto-changelog": "^2.2.1", |
| 80 | + "eslint": "^7.12.0", |
| 81 | + "functions-have-names": "^1.2.1", |
| 82 | + "has-strict-mode": "^1.0.0", |
| 83 | + "safe-publish-latest": "^1.1.4", |
| 84 | + "tape": "^5.0.1" |
| 85 | + }, |
| 86 | + "dependencies": { |
| 87 | + "define-properties": "^1.1.3", |
| 88 | + "es-abstract": "^1.18.0-next.1", |
| 89 | + "globalthis": "^1.0.1", |
| 90 | + "has-symbols": "^1.0.1" |
| 91 | + }, |
| 92 | + "auto-changelog": { |
| 93 | + "output": "CHANGELOG.md", |
| 94 | + "template": "keepachangelog", |
| 95 | + "unreleased": false, |
| 96 | + "commitLimit": false, |
| 97 | + "backfillLimit": false, |
| 98 | + "hideCredit": true |
| 99 | + } |
98 | 100 | }
|
0 commit comments