Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/unbox-primitive/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "unbox-primitive", 3 "version": "1.0.2", 4 "description": "Unbox a boxed JS primitive value.", 5 "main": "index.js", 6 "scripts": { 7 "prepublish": "not-in-publish || npm run prepublishOnly", 8 "prepublishOnly": "safe-publish-latest", 9 "lint": "eslint --ext=js,mjs .", 10 "pretest": "npm run lint", 11 "tests-only": "nyc tape 'test/**/*.js'", 12 "test": "npm run tests-only", 13 "posttest": "aud --production", 14 "version": "auto-changelog && git add CHANGELOG.md", 15 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 16 }, 17 "repository": { 18 "type": "git", 19 "url": "git+https://github.com/ljharb/unbox-primitive.git" 20 }, 21 "keywords": [ 22 "unbox", 23 "boxed", 24 "primitive", 25 "object", 26 "javascript", 27 "ecmascript" 28 ], 29 "author": "Jordan Harband <ljharb@gmail.com>", 30 "funding": { 31 "url": "https://github.com/sponsors/ljharb" 32 }, 33 "license": "MIT", 34 "bugs": { 35 "url": "https://github.com/ljharb/unbox-primitive/issues" 36 }, 37 "homepage": "https://github.com/ljharb/unbox-primitive#readme", 38 "devDependencies": { 39 "@ljharb/eslint-config": "^21.0.0", 40 "aud": "^2.0.0", 41 "auto-changelog": "^2.4.0", 42 "eslint": "=8.8.0", 43 "for-each": "^0.3.3", 44 "in-publish": "^2.0.1", 45 "nyc": "^10.3.2", 46 "object-inspect": "^1.12.0", 47 "object-is": "^1.1.5", 48 "safe-publish-latest": "^2.0.0", 49 "tape": "^5.5.3" 50 }, 51 "dependencies": { 52 "call-bind": "^1.0.2", 53 "has-bigints": "^1.0.2", 54 "has-symbols": "^1.0.3", 55 "which-boxed-primitive": "^1.0.2" 56 }, 57 "auto-changelog": { 58 "output": "CHANGELOG.md", 59 "template": "keepachangelog", 60 "unreleased": false, 61 "commitLimit": false, 62 "backfillLimit": false, 63 "hideCredit": true 64 } 2 "_from": "unbox-primitive@^1.1.0", 3 "_id": "unbox-primitive@1.1.0", 4 "_inBundle": false, 5 "_integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", 6 "_location": "/unbox-primitive", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "unbox-primitive@^1.1.0", 12 "name": "unbox-primitive", 13 "escapedName": "unbox-primitive", 14 "rawSpec": "^1.1.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.1.0" 17 }, 18 "_requiredBy": [ 19 "/es-abstract" 20 ], 21 "_resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", 22 "_shasum": "8d9d2c9edeea8460c7f35033a88867944934d1e2", 23 "_spec": "unbox-primitive@^1.1.0", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract", 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/unbox-primitive/issues" 39 }, 40 "bundleDependencies": false, 41 "dependencies": { 42 "call-bound": "^1.0.3", 43 "has-bigints": "^1.0.2", 44 "has-symbols": "^1.1.0", 45 "which-boxed-primitive": "^1.1.1" 46 }, 47 "deprecated": false, 48 "description": "Unbox a boxed JS primitive value.", 49 "devDependencies": { 50 "@arethetypeswrong/cli": "^0.17.1", 51 "@ljharb/eslint-config": "^21.1.1", 52 "@ljharb/tsconfig": "^0.2.2", 53 "@types/for-each": "^0.3.3", 54 "@types/object-inspect": "^1.13.0", 55 "@types/object-is": "^1.1.0", 56 "@types/tape": "^5.7.0", 57 "auto-changelog": "^2.5.0", 58 "encoding": "^0.1.13", 59 "es-value-fixtures": "^1.5.0", 60 "eslint": "=8.8.0", 61 "for-each": "^0.3.3", 62 "in-publish": "^2.0.1", 63 "npmignore": "^0.3.1", 64 "nyc": "^10.3.2", 65 "object-inspect": "^1.13.3", 66 "object-is": "^1.1.6", 67 "safe-publish-latest": "^2.0.0", 68 "tape": "^5.9.0", 69 "typescript": "next" 70 }, 71 "engines": { 72 "node": ">= 0.4" 73 }, 74 "funding": { 75 "url": "https://github.com/sponsors/ljharb" 76 }, 77 "homepage": "https://github.com/ljharb/unbox-primitive#readme", 78 "keywords": [ 79 "unbox", 80 "boxed", 81 "primitive", 82 "object", 83 "javascript", 84 "ecmascript" 85 ], 86 "license": "MIT", 87 "main": "index.js", 88 "name": "unbox-primitive", 89 "publishConfig": { 90 "ignore": [ 91 ".github/workflows" 92 ] 93 }, 94 "repository": { 95 "type": "git", 96 "url": "git+https://github.com/ljharb/unbox-primitive.git" 97 }, 98 "scripts": { 99 "lint": "eslint --ext=js,mjs .", 100 "postlint": "tsc && attw -P", 101 "posttest": "npx npm@'>= 10.2' audit --production", 102 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 103 "prepack": "npmignore --auto --commentLines=autogenerated", 104 "prepublish": "not-in-publish || npm run prepublishOnly", 105 "prepublishOnly": "safe-publish-latest", 106 "pretest": "npm run lint", 107 "test": "npm run tests-only", 108 "tests-only": "nyc tape 'test/**/*.js'", 109 "version": "auto-changelog && git add CHANGELOG.md" 110 }, 111 "version": "1.1.0" 65 112 }
Note:
See TracChangeset
for help on using the changeset viewer.