Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
95
node_modules/compute-hamming/package.json
generated
vendored
Normal file
95
node_modules/compute-hamming/package.json
generated
vendored
Normal file
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"_from": "compute-hamming@>=1.1.0 <2.0.0",
|
||||
"_id": "compute-hamming@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-a5ArwLFbSBbiZKv7OUDBt5p1cskcbSQvBK3xiI4kzB4TQ2ksP3JpfMVJIsWPpQuzP1k2h27P9dE0TvkKWJKE4Q==",
|
||||
"_location": "/compute-hamming",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "compute-hamming@1.1.0",
|
||||
"name": "compute-hamming",
|
||||
"escapedName": "compute-hamming",
|
||||
"rawSpec": "1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/compute-hamming/-/compute-hamming-1.1.0.tgz",
|
||||
"_shasum": "98fa544c0c0147cfc6fa83ad2ec038322e83c6fa",
|
||||
"_spec": "compute-hamming@1.1.0",
|
||||
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
|
||||
"author": {
|
||||
"name": "Athan Reines",
|
||||
"email": "kgryte@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/compute-io/hamming/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Athan Reines",
|
||||
"email": "kgryte@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Philipp Burckhardt",
|
||||
"email": "pburckhardt@outlook.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"validate.io-array": "^1.0.3",
|
||||
"validate.io-function": "^1.0.2",
|
||||
"validate.io-string": "^1.0.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Computes the Hamming distance between two sequences.",
|
||||
"devDependencies": {
|
||||
"chai": "2.x.x",
|
||||
"coveralls": "^2.11.1",
|
||||
"istanbul": "^0.3.0",
|
||||
"jshint": "2.x.x",
|
||||
"jshint-stylish": "^1.0.0",
|
||||
"mocha": "2.x.x"
|
||||
},
|
||||
"homepage": "https://github.com/compute-io/hamming#readme",
|
||||
"keywords": [
|
||||
"compute.io",
|
||||
"compute",
|
||||
"computation",
|
||||
"hamming",
|
||||
"distance",
|
||||
"similarity",
|
||||
"information theory",
|
||||
"mathematics",
|
||||
"math",
|
||||
"array",
|
||||
"string",
|
||||
"dist",
|
||||
"information",
|
||||
"overlap",
|
||||
"intersect",
|
||||
"difference"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://www.opensource.org/licenses/MIT"
|
||||
}
|
||||
],
|
||||
"main": "./lib",
|
||||
"name": "compute-hamming",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/compute-io/hamming.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coveralls": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coveralls/coverage --report lcovonly -- -R spec && cat ./reports/coveralls/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./reports/coveralls",
|
||||
"test": "mocha",
|
||||
"test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user