Skip to content

npmdoc/node-npmdoc-abbrev

Repository files navigation

npmdoc-abbrev

basic api documentation for abbrev (1.1.1) travis-ci.org build-status

Like ruby's abbrev module, but in js

NPM

apidoc

npmPackageListing

npmPackageDependencyTree

package.json

{
    "author": {
        "name": "Isaac Z. Schlueter"
    },
    "bugs": {
        "url": "https://github.com/isaacs/abbrev-js/issues"
    },
    "dependencies": {},
    "description": "Like ruby's abbrev module, but in js",
    "devDependencies": {
        "tap": "^10.1"
    },
    "directories": {},
    "dist": {
        "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
        "shasum": "f8f2c887ad10bf67f634f005b6987fed3179aac8",
        "tarball": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz"
    },
    "files": [
        "abbrev.js"
    ],
    "gitHead": "a9ee72ebc8fe3975f1b0c7aeb3a8f2a806a432eb",
    "homepage": "https://github.com/isaacs/abbrev-js#readme",
    "license": "ISC",
    "main": "abbrev.js",
    "maintainers": [
        {
            "name": "gabra"
        },
        {
            "name": "isaacs"
        }
    ],
    "name": "abbrev",
    "optionalDependencies": {},
    "repository": {
        "type": "git",
        "url": "git+ssh://[email protected]/isaacs/abbrev-js.git"
    },
    "scripts": {
        "postpublish": "git push origin --all; git push origin --tags",
        "postversion": "npm publish",
        "preversion": "npm test",
        "test": "tap test.js --100"
    },
    "version": "1.1.1",
    "bin": {}
}

misc

  • this document was created with utility2

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •