blob: c5457b84ab9fc593e5970275c5f3cdff973725c8 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "unbox-primitive@^1.0.0",
3 "_id": "unbox-primitive@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-P/51NX+JXyxK/aigg1/ZgyccdAxm5K1+n8+tvqSntjOivPt19gvm1VC49RWYetsiub8WViUchdxl/KWHHB0kzA==",
6 "_location": "/unbox-primitive",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "unbox-primitive@^1.0.0",
12 "name": "unbox-primitive",
13 "escapedName": "unbox-primitive",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/es-abstract"
20 ],
21 "_resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.0.tgz",
22 "_shasum": "eeacbc4affa28e9b3d36b5eaeccc50b3251b1d3f",
23 "_spec": "unbox-primitive@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\es-abstract",
25 "author": {
26 "name": "Jordan Harband",
27 "email": "ljharb@gmail.com"
28 },
29 "auto-changelog": {
30 "backfillLimit": false,
31 "commitLimit": false,
32 "template": "keepachangelog"
33 },
34 "bugs": {
35 "url": "https://github.com/ljharb/unbox-primitive/issues"
36 },
37 "bundleDependencies": false,
38 "dependencies": {
39 "function-bind": "^1.1.1",
40 "has-bigints": "^1.0.0",
41 "has-symbols": "^1.0.0",
42 "which-boxed-primitive": "^1.0.1"
43 },
44 "deprecated": false,
45 "description": "Unbox a boxed JS primitive value.",
46 "devDependencies": {
47 "@ljharb/eslint-config": "^14.0.2",
48 "auto-changelog": "^1.14.1",
49 "eslint": "^6.1.0",
50 "for-each": "^0.3.3",
51 "in-publish": "^2.0.0",
52 "object-inspect": "^1.6.0",
53 "object-is": "^1.0.1",
54 "safe-publish-latest": "^1.1.2",
55 "tape": "^4.11.0"
56 },
57 "homepage": "https://github.com/ljharb/unbox-primitive#readme",
58 "keywords": [
59 "unbox",
60 "boxed",
61 "primitive",
62 "object",
63 "javascript",
64 "ecmascript"
65 ],
66 "license": "MIT",
67 "main": "index.js",
68 "name": "unbox-primitive",
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/ljharb/unbox-primitive.git"
72 },
73 "scripts": {
74 "lint": "eslint .",
75 "posttest": "npx aud",
76 "prepublish": "not-in-publish || safe-publish-latest",
77 "pretest": "npm run lint",
78 "preversion": "auto-changelog",
79 "test": "npm run tests-only",
80 "tests-only": "node test"
81 },
82 "version": "1.0.0"
83}