source: imaps-frontend/node_modules/is-string/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.7 KB
Line 
1{
2 "_from": "is-string@^1.0.7",
3 "_id": "is-string@1.1.1",
4 "_inBundle": false,
5 "_integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
6 "_location": "/is-string",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-string@^1.0.7",
12 "name": "is-string",
13 "escapedName": "is-string",
14 "rawSpec": "^1.0.7",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.7"
17 },
18 "_requiredBy": [
19 "/array-includes",
20 "/es-abstract",
21 "/which-boxed-primitive"
22 ],
23 "_resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
24 "_shasum": "92ea3f3d5c5b6e039ca8677e5ac8d07ea773cbb9",
25 "_spec": "is-string@^1.0.7",
26 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/array-includes",
27 "author": {
28 "name": "Jordan Harband",
29 "email": "ljharb@gmail.com"
30 },
31 "auto-changelog": {
32 "output": "CHANGELOG.md",
33 "template": "keepachangelog",
34 "unreleased": false,
35 "commitLimit": false,
36 "backfillLimit": false
37 },
38 "bugs": {
39 "url": "https://github.com/inspect-js/is-string/issues"
40 },
41 "bundleDependencies": false,
42 "dependencies": {
43 "call-bound": "^1.0.3",
44 "has-tostringtag": "^1.0.2"
45 },
46 "deprecated": false,
47 "description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
48 "devDependencies": {
49 "@arethetypeswrong/cli": "^0.17.1",
50 "@ljharb/eslint-config": "^21.1.1",
51 "@ljharb/tsconfig": "^0.2.2",
52 "@types/core-js": "^2.5.8",
53 "@types/tape": "^5.7.0",
54 "auto-changelog": "^2.5.0",
55 "core-js": "^3.39.0",
56 "eclint": "^2.8.1",
57 "encoding": "^0.1.13",
58 "eslint": "=8.8.0",
59 "in-publish": "^2.0.1",
60 "is": "^3.3.0",
61 "npmignore": "^0.3.1",
62 "nyc": "^10.3.2",
63 "safe-publish-latest": "^2.0.0",
64 "tape": "^5.9.0",
65 "typescript": "next"
66 },
67 "engines": {
68 "node": ">= 0.4"
69 },
70 "funding": {
71 "url": "https://github.com/sponsors/ljharb"
72 },
73 "homepage": "https://github.com/inspect-js/is-string#readme",
74 "keywords": [
75 "String",
76 "string",
77 "ES6",
78 "toStringTag",
79 "@@toStringTag",
80 "String object"
81 ],
82 "license": "MIT",
83 "main": "index.js",
84 "name": "is-string",
85 "publishConfig": {
86 "ignore": [
87 ".github/workflows",
88 "test-corejs.js"
89 ]
90 },
91 "repository": {
92 "type": "git",
93 "url": "git://github.com/inspect-js/is-string.git"
94 },
95 "scripts": {
96 "lint": "eslint --ext=js,mjs .",
97 "postlint": "tsc -p . && attw -P",
98 "posttest": "npx npm@'>=10.2' audit --production",
99 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
100 "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
101 "prepack": "npmignore --auto --commentLines=autogenerated",
102 "prepublish": "not-in-publish || npm run prepublishOnly",
103 "prepublishOnly": "safe-publish-latest",
104 "pretest": "npm run lint",
105 "test": "npm run tests-only && npm run test:corejs",
106 "test:corejs": "nyc tape test-corejs.js",
107 "tests-only": "nyc tape 'test/**/*.js'",
108 "version": "auto-changelog && git add CHANGELOG.md"
109 },
110 "testling": {
111 "files": "test/index.js",
112 "browsers": [
113 "iexplore/6.0..latest",
114 "firefox/3.0..6.0",
115 "firefox/15.0..latest",
116 "firefox/nightly",
117 "chrome/4.0..10.0",
118 "chrome/20.0..latest",
119 "chrome/canary",
120 "opera/10.0..latest",
121 "opera/next",
122 "safari/4.0..latest",
123 "ipad/6.0..latest",
124 "iphone/6.0..latest",
125 "android-browser/4.2"
126 ]
127 },
128 "version": "1.1.1"
129}
Note: See TracBrowser for help on using the repository browser.