You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4KB

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