mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
add node modules to repo
This commit is contained in:
66
node_modules/isbinaryfile/package.json
generated
vendored
Normal file
66
node_modules/isbinaryfile/package.json
generated
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"isbinaryfile@3.0.2",
|
||||
"/home/s2/Documents/Code/gitlit"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "isbinaryfile@3.0.2",
|
||||
"_id": "isbinaryfile@3.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Sj6XTsDLqQBNP8bN5yCeppNopiE=",
|
||||
"_location": "/isbinaryfile",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "isbinaryfile@3.0.2",
|
||||
"name": "isbinaryfile",
|
||||
"escapedName": "isbinaryfile",
|
||||
"rawSpec": "3.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/electron-osx-sign"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.2.tgz",
|
||||
"_spec": "3.0.2",
|
||||
"_where": "/home/s2/Documents/Code/gitlit",
|
||||
"bugs": {
|
||||
"url": "https://github.com/gjtorikian/isBinaryFile/issues"
|
||||
},
|
||||
"description": "Detects if a file is binary in Node.js. Similar to Perl's -B.",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-cli": "~0.1.13",
|
||||
"grunt-exec": "0.4.3",
|
||||
"grunt-release": "~0.6.0",
|
||||
"mocha": "^2.2.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.6.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/gjtorikian/isBinaryFile#readme",
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Garen J. Torikian",
|
||||
"email": "gjtorikian@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "isbinaryfile",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gjtorikian/isBinaryFile.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "3.0.2"
|
||||
}
|
Reference in New Issue
Block a user