aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/has-binary2/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/has-binary2/package.json')
-rw-r--r--node_modules/has-binary2/package.json85
1 files changed, 85 insertions, 0 deletions
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"
+}