mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-11-30 03:02:23 -05:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"has-binary2@1.0.2",
|
|
"/Volumes/Clear Drive/Code/2406 Web Apps/Assignments/Assignment 3/project"
|
|
]
|
|
],
|
|
"_from": "has-binary2@1.0.2",
|
|
"_id": "has-binary2@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-6D26SfC5vk0CbSc2U1DZ8D9Uvpg=",
|
|
"_location": "/has-binary2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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-parser"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.2.tgz",
|
|
"_spec": "1.0.2",
|
|
"_where": "/Volumes/Clear Drive/Code/2406 Web Apps/Assignments/Assignment 3/project",
|
|
"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.2"
|
|
}
|