Changeset 59329aa for trip-planner-front/node_modules/function-bind
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/function-bind/package.json
rceaed42 r59329aa 1 1 { 2 "name": "function-bind", 3 "version": "1.1.1", 4 "description": "Implementation of Function.prototype.bind", 5 "keywords": [ 6 "function", 7 "bind", 8 "shim", 9 "es5" 2 "_args": [ 3 [ 4 "function-bind@1.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "author": "Raynos <raynos2@gmail.com>", 12 "repository": "git://github.com/Raynos/function-bind.git", 13 "main": "index", 14 "homepage": "https://github.com/Raynos/function-bind", 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 }, 15 41 "contributors": [ 16 42 { … … 22 48 } 23 49 ], 24 "bugs": {25 "url": "https://github.com/Raynos/function-bind/issues",26 "email": "raynos2@gmail.com"27 },28 50 "dependencies": {}, 51 "description": "Implementation of Function.prototype.bind", 29 52 "devDependencies": { 30 53 "@ljharb/eslint-config": "^12.2.1", … … 34 57 "tape": "^4.8.0" 35 58 }, 59 "homepage": "https://github.com/Raynos/function-bind", 60 "keywords": [ 61 "function", 62 "bind", 63 "shim", 64 "es5" 65 ], 36 66 "license": "MIT", 67 "main": "index", 68 "name": "function-bind", 69 "repository": { 70 "type": "git", 71 "url": "git://github.com/Raynos/function-bind.git" 72 }, 37 73 "scripts": { 74 "coverage": "covert test/*.js", 75 "eslint": "eslint *.js */*.js", 76 "jscs": "jscs *.js */*.js", 77 "lint": "npm run jscs && npm run eslint", 78 "posttest": "npm run coverage -- --quiet", 38 79 "pretest": "npm run lint", 39 80 "test": "npm run tests-only", 40 "posttest": "npm run coverage -- --quiet", 41 "tests-only": "node test", 42 "coverage": "covert test/*.js", 43 "lint": "npm run jscs && npm run eslint", 44 "jscs": "jscs *.js */*.js", 45 "eslint": "eslint *.js */*.js" 81 "tests-only": "node test" 46 82 }, 47 83 "testling": { … … 60 96 "android-browser/4.2..latest" 61 97 ] 62 } 98 }, 99 "version": "1.1.1" 63 100 }
Note:
See TracChangeset
for help on using the changeset viewer.