package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. "function-bind@^1.1.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/es-abstract"
  6. ]
  7. ],
  8. "_from": "function-bind@>=1.1.1 <2.0.0",
  9. "_id": "function-bind@1.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/function-bind",
  13. "_nodeVersion": "8.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/function-bind-1.1.1.tgz_1503906695005_0.1665907499846071"
  17. },
  18. "_npmUser": {
  19. "email": "ljharb@gmail.com",
  20. "name": "ljharb"
  21. },
  22. "_npmVersion": "5.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "function-bind",
  26. "raw": "function-bind@^1.1.1",
  27. "rawSpec": "^1.1.1",
  28. "scope": null,
  29. "spec": ">=1.1.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/es-abstract",
  34. "/has"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  37. "_shasum": "a56899d3ea3c9bab874bb9773b7c5ede92f4895d",
  38. "_shrinkwrap": null,
  39. "_spec": "function-bind@^1.1.1",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/es-abstract",
  41. "author": {
  42. "email": "raynos2@gmail.com",
  43. "name": "Raynos"
  44. },
  45. "bugs": {
  46. "email": "raynos2@gmail.com",
  47. "url": "https://github.com/Raynos/function-bind/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "Raynos"
  52. },
  53. {
  54. "name": "Jordan Harband",
  55. "url": "https://github.com/ljharb"
  56. }
  57. ],
  58. "dependencies": {},
  59. "description": "Implementation of Function.prototype.bind",
  60. "devDependencies": {
  61. "@ljharb/eslint-config": "^12.2.1",
  62. "covert": "^1.1.0",
  63. "eslint": "^4.5.0",
  64. "jscs": "^3.0.7",
  65. "tape": "^4.8.0"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
  70. "shasum": "a56899d3ea3c9bab874bb9773b7c5ede92f4895d",
  71. "tarball": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
  72. },
  73. "gitHead": "1213f807066d1cb8d39a0592d5118f4b1f03de4a",
  74. "homepage": "https://github.com/Raynos/function-bind",
  75. "keywords": [
  76. "bind",
  77. "es5",
  78. "function",
  79. "shim"
  80. ],
  81. "license": "MIT",
  82. "main": "index",
  83. "maintainers": [
  84. {
  85. "name": "raynos",
  86. "email": "raynos2@gmail.com"
  87. },
  88. {
  89. "name": "ljharb",
  90. "email": "ljharb@gmail.com"
  91. }
  92. ],
  93. "name": "function-bind",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/Raynos/function-bind.git"
  99. },
  100. "scripts": {
  101. "coverage": "covert test/*.js",
  102. "eslint": "eslint *.js */*.js",
  103. "jscs": "jscs *.js */*.js",
  104. "lint": "npm run jscs && npm run eslint",
  105. "posttest": "npm run coverage -- --quiet",
  106. "pretest": "npm run lint",
  107. "test": "npm run tests-only",
  108. "tests-only": "node test"
  109. },
  110. "testling": {
  111. "browsers": [
  112. "android-browser/4.2..latest",
  113. "chrome/22..latest",
  114. "chrome/canary",
  115. "firefox/16..latest",
  116. "firefox/nightly",
  117. "ie/8..latest",
  118. "ipad/6.0..latest",
  119. "iphone/6.0..latest",
  120. "opera/12..latest",
  121. "opera/next",
  122. "safari/5.1..latest"
  123. ],
  124. "files": "test/index.js"
  125. },
  126. "version": "1.1.1"
  127. }