blob: cfe1c17495af21a93b813d31460715cd945a445c [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-string@^1.0.5",
3 "_id": "is-string@1.0.5",
4 "_inBundle": false,
5 "_integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==",
6 "_location": "/is-string",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-string@^1.0.5",
12 "name": "is-string",
13 "escapedName": "is-string",
14 "rawSpec": "^1.0.5",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.5"
17 },
18 "_requiredBy": [
19 "/es-abstract",
20 "/which-boxed-primitive"
21 ],
22 "_resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz",
23 "_shasum": "40493ed198ef3ff477b8c7f92f644ec82a5cd3a6",
24 "_spec": "is-string@^1.0.5",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\es-abstract",
26 "author": {
27 "name": "Jordan Harband",
28 "email": "ljharb@gmail.com"
29 },
30 "auto-changelog": {
31 "output": "CHANGELOG.md",
32 "template": "keepachangelog",
33 "unreleased": false,
34 "commitLimit": false,
35 "backfillLimit": false
36 },
37 "bugs": {
38 "url": "https://github.com/ljharb/is-string/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {},
42 "deprecated": false,
43 "description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
44 "devDependencies": {
45 "@ljharb/eslint-config": "^15.0.2",
46 "auto-changelog": "^1.16.2",
47 "covert": "^1.1.1",
48 "eclint": "^2.8.1",
49 "eslint": "^6.7.2",
50 "foreach": "^2.0.5",
51 "indexof": "^0.0.1",
52 "is": "^3.3.0",
53 "safe-publish-latest": "^1.1.4",
54 "tape": "^4.12.0"
55 },
56 "engines": {
57 "node": ">= 0.4"
58 },
59 "funding": {
60 "url": "https://github.com/sponsors/ljharb"
61 },
62 "homepage": "https://github.com/ljharb/is-string#readme",
63 "keywords": [
64 "String",
65 "string",
66 "ES6",
67 "toStringTag",
68 "@@toStringTag",
69 "String object"
70 ],
71 "license": "MIT",
72 "main": "index.js",
73 "name": "is-string",
74 "repository": {
75 "type": "git",
76 "url": "git://github.com/ljharb/is-string.git"
77 },
78 "scripts": {
79 "coverage": "covert test/index.js",
80 "eccheck": "eclint check *.js **/*.js > /dev/null",
81 "lint": "eslint .",
82 "posttest": "npx aud",
83 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
84 "prepublish": "safe-publish-latest",
85 "pretest": "npm run lint",
86 "test": "npm run tests-only",
87 "tests-only": "node --harmony --es-staging test",
88 "version": "auto-changelog && git add CHANGELOG.md"
89 },
90 "testling": {
91 "files": "test/index.js",
92 "browsers": [
93 "iexplore/6.0..latest",
94 "firefox/3.0..6.0",
95 "firefox/15.0..latest",
96 "firefox/nightly",
97 "chrome/4.0..10.0",
98 "chrome/20.0..latest",
99 "chrome/canary",
100 "opera/10.0..latest",
101 "opera/next",
102 "safari/4.0..latest",
103 "ipad/6.0..latest",
104 "iphone/6.0..latest",
105 "android-browser/4.2"
106 ]
107 },
108 "version": "1.0.5"
109}