[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "is-arguments@1.1.1",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "is-arguments@1.1.1",
|
---|
| 10 | "_id": "is-arguments@1.1.1",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
|
---|
| 13 | "_location": "/is-arguments",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "is-arguments@1.1.1",
|
---|
| 19 | "name": "is-arguments",
|
---|
| 20 | "escapedName": "is-arguments",
|
---|
| 21 | "rawSpec": "1.1.1",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.1.1"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/deep-equal"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
|
---|
| 29 | "_spec": "1.1.1",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Jordan Harband",
|
---|
| 33 | "email": "ljharb@gmail.com",
|
---|
| 34 | "url": "http://ljharb.codes"
|
---|
| 35 | },
|
---|
| 36 | "auto-changelog": {
|
---|
| 37 | "output": "CHANGELOG.md",
|
---|
| 38 | "template": "keepachangelog",
|
---|
| 39 | "unreleased": false,
|
---|
| 40 | "commitLimit": false,
|
---|
| 41 | "backfillLimit": false,
|
---|
| 42 | "hideCredit": true
|
---|
| 43 | },
|
---|
| 44 | "bugs": {
|
---|
| 45 | "url": "https://github.com/inspect-js/is-arguments/issues"
|
---|
| 46 | },
|
---|
| 47 | "contributors": [
|
---|
| 48 | {
|
---|
| 49 | "name": "Jordan Harband",
|
---|
| 50 | "email": "ljharb@gmail.com",
|
---|
| 51 | "url": "http://ljharb.codes"
|
---|
| 52 | }
|
---|
| 53 | ],
|
---|
| 54 | "dependencies": {
|
---|
| 55 | "call-bind": "^1.0.2",
|
---|
| 56 | "has-tostringtag": "^1.0.0"
|
---|
| 57 | },
|
---|
| 58 | "description": "Is this an arguments object? It's a harder question than you think.",
|
---|
| 59 | "devDependencies": {
|
---|
| 60 | "@ljharb/eslint-config": "^17.6.0",
|
---|
| 61 | "aud": "^1.1.5",
|
---|
| 62 | "auto-changelog": "^2.3.0",
|
---|
| 63 | "eslint": "^7.32.0",
|
---|
| 64 | "nyc": "^10.3.2",
|
---|
| 65 | "safe-publish-latest": "^1.1.4",
|
---|
| 66 | "tape": "^5.3.0"
|
---|
| 67 | },
|
---|
| 68 | "engines": {
|
---|
| 69 | "node": ">= 0.4"
|
---|
| 70 | },
|
---|
| 71 | "funding": {
|
---|
| 72 | "url": "https://github.com/sponsors/ljharb"
|
---|
| 73 | },
|
---|
| 74 | "homepage": "https://github.com/inspect-js/is-arguments",
|
---|
| 75 | "keywords": [
|
---|
| 76 | "arguments",
|
---|
| 77 | "js",
|
---|
| 78 | "javascript",
|
---|
| 79 | "is-arguments",
|
---|
| 80 | "is",
|
---|
| 81 | "object"
|
---|
| 82 | ],
|
---|
| 83 | "license": "MIT",
|
---|
| 84 | "main": "index.js",
|
---|
| 85 | "name": "is-arguments",
|
---|
| 86 | "repository": {
|
---|
| 87 | "type": "git",
|
---|
| 88 | "url": "git://github.com/inspect-js/is-arguments.git"
|
---|
| 89 | },
|
---|
| 90 | "scripts": {
|
---|
| 91 | "lint": "eslint .",
|
---|
| 92 | "posttest": "npx aud --production",
|
---|
| 93 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
| 94 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
| 95 | "prepublishOnly": "safe-publish-latest",
|
---|
| 96 | "pretest": "npm run --silent lint",
|
---|
| 97 | "test": "npm run tests-only",
|
---|
| 98 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
| 99 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
| 100 | },
|
---|
| 101 | "testling": {
|
---|
| 102 | "files": "test.js",
|
---|
| 103 | "browsers": [
|
---|
| 104 | "iexplore/6.0..latest",
|
---|
| 105 | "firefox/3.0..6.0",
|
---|
| 106 | "firefox/15.0..latest",
|
---|
| 107 | "firefox/nightly",
|
---|
| 108 | "chrome/4.0..10.0",
|
---|
| 109 | "chrome/20.0..latest",
|
---|
| 110 | "chrome/canary",
|
---|
| 111 | "opera/10.0..latest",
|
---|
| 112 | "opera/next",
|
---|
| 113 | "safari/4.0..latest",
|
---|
| 114 | "ipad/6.0..latest",
|
---|
| 115 | "iphone/6.0..latest",
|
---|
| 116 | "android-browser/4.2"
|
---|
| 117 | ]
|
---|
| 118 | },
|
---|
| 119 | "version": "1.1.1"
|
---|
[6a3a178] | 120 | }
|
---|