123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_from": "bankcardinfo",
- "_id": "bankcardinfo@2.0.6",
- "_inBundle": false,
- "_integrity": "sha512-rNmLJv/yyD5uiwYjJ3nPmPxhxFvcvvnfkU0ae6fYD/li/DtqxlCvM1u9cBDicNActW7hx04yus/kwKyQB3gK+w==",
- "_location": "/bankcardinfo",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "bankcardinfo",
- "name": "bankcardinfo",
- "escapedName": "bankcardinfo",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/bankcardinfo/-/bankcardinfo-2.0.6.tgz",
- "_shasum": "d39fb36a18bc7d2750dcd4ec2556bc7746aa43c5",
- "_spec": "bankcardinfo",
- "_where": "C:\\Users\\Administrator\\Desktop\\zgcx",
- "author": {
- "name": "navyxie"
- },
- "bugs": {
- "url": "https://github.com/navyxie/bankcardinfo/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "bluebird": "^3.4.1"
- },
- "deprecated": false,
- "description": "'query bankcard infomation by bankcard NO.'",
- "devDependencies": {
- "async": "^1.5.0",
- "coveralls": "2.11.9",
- "istanbul": "^0.4.3",
- "mocha": "^2.2.5",
- "should": "^7.0.4"
- },
- "directories": {},
- "homepage": "https://github.com/navyxie/bankcardinfo",
- "keywords": [
- "bankcard",
- "bankname",
- "bankinfo",
- "银行卡",
- "银行名字",
- "根据银行卡号查询银行信息",
- "银行卡bin",
- "查询"
- ],
- "license": "ISC",
- "main": "index.js",
- "maintainers": [
- {
- "name": "navyxie",
- "email": "navyxie2010@gmail.com"
- }
- ],
- "name": "bankcardinfo",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/navyxie/bankcardinfo.git"
- },
- "scripts": {
- "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",
- "test": "npm install && mocha test.js"
- },
- "version": "2.0.6"
- }
|