Skip to content

npmtest/node-npmtest-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npmtest-utility

basic test coverage for utility (v1.12.0) npm package travis-ci.org build-status

A collection of useful utilities.

NPM

git-branch : alpha
coverage : istanbul-coverage
test-report : test-report
test-server-github : github.com test-server

istanbul-coverage

test-report

apidoc

npmPackageListing

npmPackageDependencyTree

package.json

{
    "author": {
        "name": "fengmk2",
        "url": "http://fengmk2.com"
    },
    "bugs": {
        "url": "https://github.com/node-modules/utility/issues"
    },
    "contributors": [
        {
            "name": "fengmk2",
            "url": "http://fengmk2.com"
        },
        {
            "name": "dead_horse",
            "url": "https://github.com/dead-horse"
        },
        {
            "name": "haoxin",
            "url": "https://github.com/coderhaoxin"
        },
        {
            "name": "hui",
            "url": "https://github.com/leoner"
        },
        {
            "name": "Haoliang Gao",
            "url": "https://github.com/popomore"
        }
    ],
    "dependencies": {
        "copy-to": "~2.0.1",
        "escape-html": "~1.0.3"
    },
    "description": "A collection of useful utilities.",
    "devDependencies": {
        "autod": "*",
        "ava": "^0.14.0",
        "beautify-benchmark": "*",
        "benchmark": "^2.1.0",
        "contributors": "*",
        "jshint": "*",
        "moment": "^2.12.0",
        "nyc": "6",
        "object-assign": "^4.1.1",
        "optimized": "1"
    },
    "directories": {},
    "dist": {
        "shasum": "bd69307863a3884ee58821251215b9872fb84058",
        "tarball": "https://registry.npmjs.org/utility/-/utility-1.12.0.tgz"
    },
    "engines": {
        "node": ">= 0.12.0"
    },
    "files": [
        "lib"
    ],
    "gitHead": "7ace74e85dbce6dbdd26ea54a988169132ed30a6",
    "homepage": "https://github.com/node-modules/utility",
    "keywords": [
        "utility",
        "util",
        "utils",
        "sha256",
        "sha1",
        "hash",
        "hex"
    ],
    "license": "MIT",
    "main": "lib/utility.js",
    "maintainers": [
        {
            "name": "fengmk2"
        },
        {
            "name": "dead_horse"
        }
    ],
    "name": "utility",
    "optionalDependencies": {},
    "repository": {
        "type": "git",
        "url": "git://github.com/node-modules/utility.git",
        "web": "https://github.com/node-modules/utility"
    },
    "scripts": {
        "autod": "autod -w --prefix '~' -e benchmark",
        "ci": "npm run lint && npm run test-cov",
        "lint": "jshint .",
        "test": "npm run lint && npm run test-local",
        "test-cov": "nyc ava test/**/*.test.js && nyc report --reporter=lcov",
        "test-local": "ava test/**/*.test.js",
        "test-optimized": "node --allow-natives-syntax --trace_opt --trace_deopt test/optimized.js"
    },
    "version": "1.12.0",
    "bin": {}
}

misc

  • this document was created with utility2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published