mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
update
This commit is contained in:
57
node_modules/has-binary2/package.json
generated
vendored
Normal file
57
node_modules/has-binary2/package.json
generated
vendored
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"has-binary2@1.0.3",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "has-binary2@1.0.3",
|
||||
"_id": "has-binary2@1.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==",
|
||||
"_location": "/has-binary2",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "has-binary2@1.0.3",
|
||||
"name": "has-binary2",
|
||||
"escapedName": "has-binary2",
|
||||
"rawSpec": "1.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/engine.io-parser",
|
||||
"/engine.io/engine.io-parser",
|
||||
"/socket.io",
|
||||
"/socket.io-client",
|
||||
"/socket.io/engine.io-parser",
|
||||
"/socket.io/socket.io-client"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz",
|
||||
"_spec": "1.0.3",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"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"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "has-binary2",
|
||||
"scripts": {
|
||||
"checkstyle": "semistandard",
|
||||
"test": "npm run checkstyle && mocha --bail"
|
||||
},
|
||||
"version": "1.0.3"
|
||||
}
|
Reference in New Issue
Block a user