From 67fdec20726e48ba3a934cb25bb30d47ec4a4f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20De=20La=20Pe=C3=B1a=20Smirnov?= Date: Wed, 29 Nov 2017 11:44:34 +0300 Subject: Initial commit, version 0.5.3 --- node_modules/has-binary2/package.json | 85 +++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 node_modules/has-binary2/package.json (limited to 'node_modules/has-binary2/package.json') diff --git a/node_modules/has-binary2/package.json b/node_modules/has-binary2/package.json new file mode 100644 index 0000000..7f97607 --- /dev/null +++ b/node_modules/has-binary2/package.json @@ -0,0 +1,85 @@ +{ + "_args": [ + [ + { + "raw": "has-binary2@~1.0.2", + "scope": null, + "escapedName": "has-binary2", + "name": "has-binary2", + "rawSpec": "~1.0.2", + "spec": ">=1.0.2 <1.1.0", + "type": "range" + }, + "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/engine.io-parser" + ] + ], + "_from": "has-binary2@>=1.0.2 <1.1.0", + "_id": "has-binary2@1.0.2", + "_inCache": true, + "_location": "/has-binary2", + "_nodeVersion": "6.9.4", + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/has-binary2-1.0.2.tgz_1493325765063_0.2403412840794772" + }, + "_npmUser": { + "name": "darrachequesne", + "email": "damien.arrachequesne@gmail.com" + }, + "_npmVersion": "3.10.10", + "_phantomChildren": {}, + "_requested": { + "raw": "has-binary2@~1.0.2", + "scope": null, + "escapedName": "has-binary2", + "name": "has-binary2", + "rawSpec": "~1.0.2", + "spec": ">=1.0.2 <1.1.0", + "type": "range" + }, + "_requiredBy": [ + "/engine.io-parser", + "/socket.io-parser" + ], + "_resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.2.tgz", + "_shasum": "e83dba49f0b9be4d026d27365350d9f03f54be98", + "_shrinkwrap": null, + "_spec": "has-binary2@~1.0.2", + "_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/engine.io-parser", + "author": { + "name": "Kevin Roark" + }, + "dependencies": { + "isarray": "2.0.1" + }, + "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" + }, + "directories": {}, + "dist": { + "shasum": "e83dba49f0b9be4d026d27365350d9f03f54be98", + "tarball": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.2.tgz" + }, + "files": [ + "index.js" + ], + "gitHead": "02266c05a7b3edecf945343c26c1bc562f78bbd9", + "license": "MIT", + "maintainers": [ + { + "name": "darrachequesne", + "email": "damien.arrachequesne@gmail.com" + } + ], + "name": "has-binary2", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "scripts": { + "checkstyle": "semistandard", + "test": "npm run checkstyle && mocha --bail" + }, + "version": "1.0.2" +} -- cgit v1.2.3