Skip to content

npmdoc/node-npmdoc-load-json-file

Repository files navigation

npmdoc-load-json-file

basic api documentation for load-json-file (v2.0.0) npm package travis-ci.org build-status

Read and parse a JSON file

NPM

apidoc

npmPackageListing

npmPackageDependencyTree

package.json

{
    "author": {
        "name": "Sindre Sorhus",
        "url": "sindresorhus.com"
    },
    "bugs": {
        "url": "https://github.com/sindresorhus/load-json-file/issues"
    },
    "dependencies": {
        "graceful-fs": "^4.1.2",
        "parse-json": "^2.2.0",
        "pify": "^2.0.0",
        "strip-bom": "^3.0.0"
    },
    "description": "Read and parse a JSON file",
    "devDependencies": {
        "ava": "*",
        "xo": "*"
    },
    "directories": {},
    "dist": {
        "shasum": "7947e42149af80d696cbf797bcaabcfe1fe29ca8",
        "tarball": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz"
    },
    "engines": {
        "node": ">=4"
    },
    "files": [
        "index.js"
    ],
    "gitHead": "49620f12bce627dc2459a08f5ef18cd2ff151eb2",
    "homepage": "https://github.com/sindresorhus/load-json-file#readme",
    "keywords": [
        "read",
        "json",
        "parse",
        "file",
        "fs",
        "graceful",
        "load"
    ],
    "license": "MIT",
    "maintainers": [
        {
            "name": "sindresorhus"
        }
    ],
    "name": "load-json-file",
    "optionalDependencies": {},
    "repository": {
        "type": "git",
        "url": "git+https://github.com/sindresorhus/load-json-file.git"
    },
    "scripts": {
        "test": "xo && ava"
    },
    "version": "2.0.0",
    "xo": {
        "esnext": true
    },
    "bin": {}
}

misc

  • this document was created with utility2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published