[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "function-bind@1.1.1",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "function-bind@1.1.1",
|
---|
| 10 | "_id": "function-bind@1.1.1",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
|
---|
| 13 | "_location": "/function-bind",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "function-bind@1.1.1",
|
---|
| 19 | "name": "function-bind",
|
---|
| 20 | "escapedName": "function-bind",
|
---|
| 21 | "rawSpec": "1.1.1",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.1.1"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/call-bind",
|
---|
| 27 | "/get-intrinsic",
|
---|
| 28 | "/has"
|
---|
| 29 | ],
|
---|
| 30 | "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
|
---|
| 31 | "_spec": "1.1.1",
|
---|
| 32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 33 | "author": {
|
---|
| 34 | "name": "Raynos",
|
---|
| 35 | "email": "raynos2@gmail.com"
|
---|
| 36 | },
|
---|
| 37 | "bugs": {
|
---|
| 38 | "url": "https://github.com/Raynos/function-bind/issues",
|
---|
| 39 | "email": "raynos2@gmail.com"
|
---|
| 40 | },
|
---|
[6a3a178] | 41 | "contributors": [
|
---|
| 42 | {
|
---|
| 43 | "name": "Raynos"
|
---|
| 44 | },
|
---|
| 45 | {
|
---|
| 46 | "name": "Jordan Harband",
|
---|
| 47 | "url": "https://github.com/ljharb"
|
---|
| 48 | }
|
---|
| 49 | ],
|
---|
| 50 | "dependencies": {},
|
---|
[59329aa] | 51 | "description": "Implementation of Function.prototype.bind",
|
---|
[6a3a178] | 52 | "devDependencies": {
|
---|
| 53 | "@ljharb/eslint-config": "^12.2.1",
|
---|
| 54 | "covert": "^1.1.0",
|
---|
| 55 | "eslint": "^4.5.0",
|
---|
| 56 | "jscs": "^3.0.7",
|
---|
| 57 | "tape": "^4.8.0"
|
---|
| 58 | },
|
---|
[59329aa] | 59 | "homepage": "https://github.com/Raynos/function-bind",
|
---|
| 60 | "keywords": [
|
---|
| 61 | "function",
|
---|
| 62 | "bind",
|
---|
| 63 | "shim",
|
---|
| 64 | "es5"
|
---|
| 65 | ],
|
---|
[6a3a178] | 66 | "license": "MIT",
|
---|
[59329aa] | 67 | "main": "index",
|
---|
| 68 | "name": "function-bind",
|
---|
| 69 | "repository": {
|
---|
| 70 | "type": "git",
|
---|
| 71 | "url": "git://github.com/Raynos/function-bind.git"
|
---|
| 72 | },
|
---|
[6a3a178] | 73 | "scripts": {
|
---|
| 74 | "coverage": "covert test/*.js",
|
---|
[59329aa] | 75 | "eslint": "eslint *.js */*.js",
|
---|
[6a3a178] | 76 | "jscs": "jscs *.js */*.js",
|
---|
[59329aa] | 77 | "lint": "npm run jscs && npm run eslint",
|
---|
| 78 | "posttest": "npm run coverage -- --quiet",
|
---|
| 79 | "pretest": "npm run lint",
|
---|
| 80 | "test": "npm run tests-only",
|
---|
| 81 | "tests-only": "node test"
|
---|
[6a3a178] | 82 | },
|
---|
| 83 | "testling": {
|
---|
| 84 | "files": "test/index.js",
|
---|
| 85 | "browsers": [
|
---|
| 86 | "ie/8..latest",
|
---|
| 87 | "firefox/16..latest",
|
---|
| 88 | "firefox/nightly",
|
---|
| 89 | "chrome/22..latest",
|
---|
| 90 | "chrome/canary",
|
---|
| 91 | "opera/12..latest",
|
---|
| 92 | "opera/next",
|
---|
| 93 | "safari/5.1..latest",
|
---|
| 94 | "ipad/6.0..latest",
|
---|
| 95 | "iphone/6.0..latest",
|
---|
| 96 | "android-browser/4.2..latest"
|
---|
| 97 | ]
|
---|
[59329aa] | 98 | },
|
---|
| 99 | "version": "1.1.1"
|
---|
[6a3a178] | 100 | }
|
---|