package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "function-bind@1.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "function-bind@1.1.1",
  10. "_id": "function-bind@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=",
  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. "/es-abstract",
  27. "/has",
  28. "/object.assign",
  29. "/object.values",
  30. "/string.prototype.padend",
  31. "/string.prototype.padstart"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/function-bind/download/function-bind-1.1.1.tgz",
  34. "_spec": "1.1.1",
  35. "_where": "/Users/lihai/jolijoli/pad_spa",
  36. "author": {
  37. "name": "Raynos",
  38. "email": "raynos2@gmail.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/Raynos/function-bind/issues",
  42. "email": "raynos2@gmail.com"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Raynos"
  47. },
  48. {
  49. "name": "Jordan Harband",
  50. "url": "https://github.com/ljharb"
  51. }
  52. ],
  53. "dependencies": {},
  54. "description": "Implementation of Function.prototype.bind",
  55. "devDependencies": {
  56. "@ljharb/eslint-config": "^12.2.1",
  57. "covert": "^1.1.0",
  58. "eslint": "^4.5.0",
  59. "jscs": "^3.0.7",
  60. "tape": "^4.8.0"
  61. },
  62. "homepage": "https://github.com/Raynos/function-bind",
  63. "keywords": [
  64. "function",
  65. "bind",
  66. "shim",
  67. "es5"
  68. ],
  69. "license": "MIT",
  70. "main": "index",
  71. "name": "function-bind",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/Raynos/function-bind.git"
  75. },
  76. "scripts": {
  77. "coverage": "covert test/*.js",
  78. "eslint": "eslint *.js */*.js",
  79. "jscs": "jscs *.js */*.js",
  80. "lint": "npm run jscs && npm run eslint",
  81. "posttest": "npm run coverage -- --quiet",
  82. "pretest": "npm run lint",
  83. "test": "npm run tests-only",
  84. "tests-only": "node test"
  85. },
  86. "testling": {
  87. "files": "test/index.js",
  88. "browsers": [
  89. "ie/8..latest",
  90. "firefox/16..latest",
  91. "firefox/nightly",
  92. "chrome/22..latest",
  93. "chrome/canary",
  94. "opera/12..latest",
  95. "opera/next",
  96. "safari/5.1..latest",
  97. "ipad/6.0..latest",
  98. "iphone/6.0..latest",
  99. "android-browser/4.2..latest"
  100. ]
  101. },
  102. "version": "1.1.1"
  103. }