1 | {
|
---|
2 | "_from": "es-object-atoms@^1.0.0",
|
---|
3 | "_id": "es-object-atoms@1.1.1",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
---|
6 | "_location": "/es-object-atoms",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "es-object-atoms@^1.0.0",
|
---|
12 | "name": "es-object-atoms",
|
---|
13 | "escapedName": "es-object-atoms",
|
---|
14 | "rawSpec": "^1.0.0",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^1.0.0"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/array-includes",
|
---|
20 | "/array.prototype.findlast",
|
---|
21 | "/es-abstract",
|
---|
22 | "/get-intrinsic",
|
---|
23 | "/get-proto",
|
---|
24 | "/iterator.prototype",
|
---|
25 | "/object.assign",
|
---|
26 | "/object.entries",
|
---|
27 | "/object.fromentries",
|
---|
28 | "/object.values",
|
---|
29 | "/reflect.getprototypeof",
|
---|
30 | "/set-proto",
|
---|
31 | "/string.prototype.matchall",
|
---|
32 | "/string.prototype.trim",
|
---|
33 | "/string.prototype.trimend",
|
---|
34 | "/string.prototype.trimstart"
|
---|
35 | ],
|
---|
36 | "_resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
---|
37 | "_shasum": "1c4f2c4837327597ce69d2ca190a7fdd172338c1",
|
---|
38 | "_spec": "es-object-atoms@^1.0.0",
|
---|
39 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/array-includes",
|
---|
40 | "author": {
|
---|
41 | "name": "Jordan Harband",
|
---|
42 | "email": "ljharb@gmail.com"
|
---|
43 | },
|
---|
44 | "auto-changelog": {
|
---|
45 | "output": "CHANGELOG.md",
|
---|
46 | "template": "keepachangelog",
|
---|
47 | "unreleased": false,
|
---|
48 | "commitLimit": false,
|
---|
49 | "backfillLimit": false,
|
---|
50 | "hideCredit": true
|
---|
51 | },
|
---|
52 | "bugs": {
|
---|
53 | "url": "https://github.com/ljharb/es-object-atoms/issues"
|
---|
54 | },
|
---|
55 | "bundleDependencies": false,
|
---|
56 | "dependencies": {
|
---|
57 | "es-errors": "^1.3.0"
|
---|
58 | },
|
---|
59 | "deprecated": false,
|
---|
60 | "description": "ES Object-related atoms: Object, ToObject, RequireObjectCoercible",
|
---|
61 | "devDependencies": {
|
---|
62 | "@ljharb/eslint-config": "^21.1.1",
|
---|
63 | "@ljharb/tsconfig": "^0.2.3",
|
---|
64 | "@types/tape": "^5.8.1",
|
---|
65 | "auto-changelog": "^2.5.0",
|
---|
66 | "eclint": "^2.8.1",
|
---|
67 | "encoding": "^0.1.13",
|
---|
68 | "eslint": "^8.8.0",
|
---|
69 | "evalmd": "^0.0.19",
|
---|
70 | "in-publish": "^2.0.1",
|
---|
71 | "npmignore": "^0.3.1",
|
---|
72 | "nyc": "^10.3.2",
|
---|
73 | "safe-publish-latest": "^2.0.0",
|
---|
74 | "tape": "^5.9.0",
|
---|
75 | "typescript": "next"
|
---|
76 | },
|
---|
77 | "engines": {
|
---|
78 | "node": ">= 0.4"
|
---|
79 | },
|
---|
80 | "exports": {
|
---|
81 | ".": "./index.js",
|
---|
82 | "./RequireObjectCoercible": "./RequireObjectCoercible.js",
|
---|
83 | "./isObject": "./isObject.js",
|
---|
84 | "./ToObject": "./ToObject.js",
|
---|
85 | "./package.json": "./package.json"
|
---|
86 | },
|
---|
87 | "homepage": "https://github.com/ljharb/es-object-atoms#readme",
|
---|
88 | "keywords": [
|
---|
89 | "javascript",
|
---|
90 | "ecmascript",
|
---|
91 | "object",
|
---|
92 | "toobject",
|
---|
93 | "coercible"
|
---|
94 | ],
|
---|
95 | "license": "MIT",
|
---|
96 | "main": "index.js",
|
---|
97 | "name": "es-object-atoms",
|
---|
98 | "publishConfig": {
|
---|
99 | "ignore": [
|
---|
100 | ".github/workflows"
|
---|
101 | ]
|
---|
102 | },
|
---|
103 | "repository": {
|
---|
104 | "type": "git",
|
---|
105 | "url": "git+https://github.com/ljharb/es-object-atoms.git"
|
---|
106 | },
|
---|
107 | "scripts": {
|
---|
108 | "lint": "eslint --ext=js,mjs .",
|
---|
109 | "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
|
---|
110 | "posttest": "npx npm@\">= 10.2\" audit --production",
|
---|
111 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
112 | "prelint": "evalmd README.md",
|
---|
113 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
114 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
115 | "prepublishOnly": "safe-publish-latest",
|
---|
116 | "pretest": "npm run lint",
|
---|
117 | "test": "npm run tests-only",
|
---|
118 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
119 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
120 | },
|
---|
121 | "sideEffects": false,
|
---|
122 | "version": "1.1.1"
|
---|
123 | }
|
---|