package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "bankcardinfo",
  3. "_id": "bankcardinfo@2.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rNmLJv/yyD5uiwYjJ3nPmPxhxFvcvvnfkU0ae6fYD/li/DtqxlCvM1u9cBDicNActW7hx04yus/kwKyQB3gK+w==",
  6. "_location": "/bankcardinfo",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "bankcardinfo",
  12. "name": "bankcardinfo",
  13. "escapedName": "bankcardinfo",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/bankcardinfo/-/bankcardinfo-2.0.6.tgz",
  23. "_shasum": "d39fb36a18bc7d2750dcd4ec2556bc7746aa43c5",
  24. "_spec": "bankcardinfo",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\zgcx",
  26. "author": {
  27. "name": "navyxie"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/navyxie/bankcardinfo/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "bluebird": "^3.4.1"
  35. },
  36. "deprecated": false,
  37. "description": "'query bankcard infomation by bankcard NO.'",
  38. "devDependencies": {
  39. "async": "^1.5.0",
  40. "coveralls": "2.11.9",
  41. "istanbul": "^0.4.3",
  42. "mocha": "^2.2.5",
  43. "should": "^7.0.4"
  44. },
  45. "directories": {},
  46. "homepage": "https://github.com/navyxie/bankcardinfo",
  47. "keywords": [
  48. "bankcard",
  49. "bankname",
  50. "bankinfo",
  51. "银行卡",
  52. "银行名字",
  53. "根据银行卡号查询银行信息",
  54. "银行卡bin",
  55. "查询"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "maintainers": [
  60. {
  61. "name": "navyxie",
  62. "email": "navyxie2010@gmail.com"
  63. }
  64. ],
  65. "name": "bankcardinfo",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/navyxie/bankcardinfo.git"
  69. },
  70. "scripts": {
  71. "cov": "npm install && ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
  72. "test": "npm install && mocha test.js"
  73. },
  74. "version": "2.0.6"
  75. }