1 | {
|
---|
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"
|
---|
112 | }
|
---|