Changeset 79a0317 for imaps-frontend/node_modules/set-function-length
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/set-function-length/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "set-function-length", 3 "version": "1.2.2", 4 "description": "Set a function's length property", 5 "main": "index.js", 6 "exports": { 7 ".": "./index.js", 8 "./env": "./env.js", 9 "./package.json": "./package.json" 10 }, 11 "sideEffects": false, 12 "directories": { 13 "test": "test" 14 }, 15 "scripts": { 16 "prepack": "npmignore --auto --commentLines=autogenerated", 17 "prepublish": "not-in-publish || npm run prepublishOnly", 18 "prepublishOnly": "safe-publish-latest", 19 "tsc": "tsc -p .", 20 "posttsc": "attw -P", 21 "prelint": "evalmd README.md", 22 "lint": "eslint --ext=js,mjs .", 23 "postlint": "npm run tsc", 24 "pretest": "npm run lint", 25 "tests-only": "nyc tape 'test/**/*.js'", 26 "test": "npm run tests-only", 27 "posttest": "aud --production", 28 "version": "auto-changelog && git add CHANGELOG.md", 29 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 30 }, 31 "repository": { 32 "type": "git", 33 "url": "git+https://github.com/ljharb/set-function-length.git" 34 }, 35 "keywords": [ 36 "javascript", 37 "ecmascript", 38 "set", 39 "function", 40 "length", 41 "function.length" 42 ], 43 "author": "Jordan Harband <ljharb@gmail.com>", 44 "license": "MIT", 45 "bugs": { 46 "url": "https://github.com/ljharb/set-function-length/issues" 47 }, 48 "homepage": "https://github.com/ljharb/set-function-length#readme", 49 "dependencies": { 50 "define-data-property": "^1.1.4", 51 "es-errors": "^1.3.0", 52 "function-bind": "^1.1.2", 53 "get-intrinsic": "^1.2.4", 54 "gopd": "^1.0.1", 55 "has-property-descriptors": "^1.0.2" 56 }, 57 "devDependencies": { 58 "@arethetypeswrong/cli": "^0.15.1", 59 "@ljharb/eslint-config": "^21.1.0", 60 "@ljharb/tsconfig": "^0.1.1", 61 "@types/call-bind": "^1.0.5", 62 "@types/define-properties": "^1.1.5", 63 "@types/es-value-fixtures": "^1.4.4", 64 "@types/for-each": "^0.3.3", 65 "@types/function-bind": "^1.1.10", 66 "@types/gopd": "^1.0.3", 67 "@types/has-property-descriptors": "^1.0.3", 68 "@types/object-inspect": "^1.8.4", 69 "@types/tape": "^5.6.4", 70 "aud": "^2.0.4", 71 "auto-changelog": "^2.4.0", 72 "call-bind": "^1.0.7", 73 "es-value-fixtures": "^1.4.2", 74 "eslint": "=8.8.0", 75 "evalmd": "^0.0.19", 76 "for-each": "^0.3.3", 77 "in-publish": "^2.0.1", 78 "npmignore": "^0.3.1", 79 "nyc": "^10.3.2", 80 "object-inspect": "^1.13.1", 81 "safe-publish-latest": "^2.0.0", 82 "tape": "^5.7.5", 83 "typescript": "next" 84 }, 85 "engines": { 86 "node": ">= 0.4" 87 }, 88 "auto-changelog": { 89 "output": "CHANGELOG.md", 90 "template": "keepachangelog", 91 "unreleased": false, 92 "commitLimit": false, 93 "backfillLimit": false, 94 "hideCredit": true 95 }, 96 "publishConfig": { 97 "ignore": [ 98 ".github/workflows", 99 "test" 100 ] 101 } 2 "_from": "set-function-length@^1.2.2", 3 "_id": "set-function-length@1.2.2", 4 "_inBundle": false, 5 "_integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", 6 "_location": "/set-function-length", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "set-function-length@^1.2.2", 12 "name": "set-function-length", 13 "escapedName": "set-function-length", 14 "rawSpec": "^1.2.2", 15 "saveSpec": null, 16 "fetchSpec": "^1.2.2" 17 }, 18 "_requiredBy": [ 19 "/call-bind" 20 ], 21 "_resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", 22 "_shasum": "aac72314198eaed975cf77b2c3b6b880695e5449", 23 "_spec": "set-function-length@^1.2.2", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/call-bind", 25 "author": { 26 "name": "Jordan Harband", 27 "email": "ljharb@gmail.com" 28 }, 29 "auto-changelog": { 30 "output": "CHANGELOG.md", 31 "template": "keepachangelog", 32 "unreleased": false, 33 "commitLimit": false, 34 "backfillLimit": false, 35 "hideCredit": true 36 }, 37 "bugs": { 38 "url": "https://github.com/ljharb/set-function-length/issues" 39 }, 40 "bundleDependencies": false, 41 "dependencies": { 42 "define-data-property": "^1.1.4", 43 "es-errors": "^1.3.0", 44 "function-bind": "^1.1.2", 45 "get-intrinsic": "^1.2.4", 46 "gopd": "^1.0.1", 47 "has-property-descriptors": "^1.0.2" 48 }, 49 "deprecated": false, 50 "description": "Set a function's length property", 51 "devDependencies": { 52 "@arethetypeswrong/cli": "^0.15.1", 53 "@ljharb/eslint-config": "^21.1.0", 54 "@ljharb/tsconfig": "^0.1.1", 55 "@types/call-bind": "^1.0.5", 56 "@types/define-properties": "^1.1.5", 57 "@types/es-value-fixtures": "^1.4.4", 58 "@types/for-each": "^0.3.3", 59 "@types/function-bind": "^1.1.10", 60 "@types/gopd": "^1.0.3", 61 "@types/has-property-descriptors": "^1.0.3", 62 "@types/object-inspect": "^1.8.4", 63 "@types/tape": "^5.6.4", 64 "aud": "^2.0.4", 65 "auto-changelog": "^2.4.0", 66 "call-bind": "^1.0.7", 67 "es-value-fixtures": "^1.4.2", 68 "eslint": "=8.8.0", 69 "evalmd": "^0.0.19", 70 "for-each": "^0.3.3", 71 "in-publish": "^2.0.1", 72 "npmignore": "^0.3.1", 73 "nyc": "^10.3.2", 74 "object-inspect": "^1.13.1", 75 "safe-publish-latest": "^2.0.0", 76 "tape": "^5.7.5", 77 "typescript": "next" 78 }, 79 "directories": { 80 "test": "test" 81 }, 82 "engines": { 83 "node": ">= 0.4" 84 }, 85 "exports": { 86 ".": "./index.js", 87 "./env": "./env.js", 88 "./package.json": "./package.json" 89 }, 90 "homepage": "https://github.com/ljharb/set-function-length#readme", 91 "keywords": [ 92 "javascript", 93 "ecmascript", 94 "set", 95 "function", 96 "length", 97 "function.length" 98 ], 99 "license": "MIT", 100 "main": "index.js", 101 "name": "set-function-length", 102 "publishConfig": { 103 "ignore": [ 104 ".github/workflows", 105 "test" 106 ] 107 }, 108 "repository": { 109 "type": "git", 110 "url": "git+https://github.com/ljharb/set-function-length.git" 111 }, 112 "scripts": { 113 "lint": "eslint --ext=js,mjs .", 114 "postlint": "npm run tsc", 115 "posttest": "aud --production", 116 "posttsc": "attw -P", 117 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 118 "prelint": "evalmd README.md", 119 "prepack": "npmignore --auto --commentLines=autogenerated", 120 "prepublish": "not-in-publish || npm run prepublishOnly", 121 "prepublishOnly": "safe-publish-latest", 122 "pretest": "npm run lint", 123 "test": "npm run tests-only", 124 "tests-only": "nyc tape 'test/**/*.js'", 125 "tsc": "tsc -p .", 126 "version": "auto-changelog && git add CHANGELOG.md" 127 }, 128 "sideEffects": false, 129 "version": "1.2.2" 102 130 }
Note:
See TracChangeset
for help on using the changeset viewer.