source: imaps-frontend/node_modules/es-shim-unscopables/package.json@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "name": "es-shim-unscopables",
3 "version": "1.0.2",
4 "description": "Helper package to shim a method into `Array.prototype[Symbol.unscopables]`",
5 "main": "index.js",
6 "exports": {
7 ".": "./index.js",
8 "./package.json": "./package.json"
9 },
10 "scripts": {
11 "prepack": "npmignore --auto --commentLines=autogenerated",
12 "prepublish": "not-in-publish || npm run prepublishOnly",
13 "prepublishOnly": "safe-publish-latest",
14 "prelint-disabled": "evalmd README.md",
15 "lint": "eslint --ext=.js,.mjs .",
16 "pretest": "npm run lint",
17 "tests-only": "nyc tape 'test/**/*.js'",
18 "test": "npm run tests-only",
19 "posttest": "aud --production",
20 "version": "auto-changelog && git add CHANGELOG.md",
21 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/ljharb/es-shim-unscopables.git"
26 },
27 "author": "Jordan Harband <ljharb@gmail.com>",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/ljharb/es-shim-unscopables/issues"
31 },
32 "homepage": "https://github.com/ljharb/es-shim-unscopables#readme",
33 "devDependencies": {
34 "@ljharb/eslint-config": "^21.1.0",
35 "aud": "^2.0.3",
36 "auto-changelog": "^2.4.0",
37 "es-value-fixtures": "^1.4.2",
38 "eslint": "=8.8.0",
39 "evalmd": "^0.0.19",
40 "for-each": "^0.3.3",
41 "in-publish": "^2.0.1",
42 "npmignore": "^0.3.0",
43 "nyc": "^10.3.2",
44 "object-inspect": "^1.13.1",
45 "safe-publish-latest": "^2.0.0",
46 "tape": "^5.7.2"
47 },
48 "dependencies": {
49 "hasown": "^2.0.0"
50 },
51 "publishConfig": {
52 "ignore": [
53 ".github/workflows"
54 ]
55 }
56}
Note: See TracBrowser for help on using the repository browser.