123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "_from": "has-binary2@~1.0.2",
- "_id": "has-binary2@1.0.3",
- "_inBundle": false,
- "_integrity": "sha1-d3asYn8+p3JQz8My2rfd9eT10R0=",
- "_location": "/has-binary2",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "has-binary2@~1.0.2",
- "name": "has-binary2",
- "escapedName": "has-binary2",
- "rawSpec": "~1.0.2",
- "saveSpec": null,
- "fetchSpec": "~1.0.2"
- },
- "_requiredBy": [
- "/engine.io-parser",
- "/socket.io",
- "/socket.io-client"
- ],
- "_resolved": "http://registry.npm.taobao.org/has-binary2/download/has-binary2-1.0.3.tgz",
- "_shasum": "7776ac627f3ea77250cfc332dab7ddf5e4f5d11d",
- "_spec": "has-binary2@~1.0.2",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\socket.io",
- "author": {
- "name": "Kevin Roark"
- },
- "bundleDependencies": false,
- "dependencies": {
- "isarray": "2.0.1"
- },
- "deprecated": false,
- "description": "A function that takes anything in javascript and returns true if its argument contains binary data.",
- "devDependencies": {
- "better-assert": "^1.0.2",
- "mocha": "^3.2.0",
- "semistandard": "^9.2.1"
- },
- "files": [
- "index.js"
- ],
- "license": "MIT",
- "name": "has-binary2",
- "scripts": {
- "checkstyle": "semistandard",
- "test": "npm run checkstyle && mocha --bail"
- },
- "version": "1.0.3"
- }
|