codeql-action/node_modules/load-json-file/package.json
2020-06-18 16:31:13 +02:00

79 lines
1.8 KiB
JSON

{
"_args": [
[
"load-json-file@5.3.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "load-json-file@5.3.0",
"_id": "load-json-file@5.3.0",
"_inBundle": false,
"_integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==",
"_location": "/load-json-file",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "load-json-file@5.3.0",
"name": "load-json-file",
"escapedName": "load-json-file",
"rawSpec": "5.3.0",
"saveSpec": null,
"fetchSpec": "5.3.0"
},
"_requiredBy": [
"/pkg-conf"
],
"_resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz",
"_spec": "5.3.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/load-json-file/issues"
},
"dependencies": {
"graceful-fs": "^4.1.15",
"parse-json": "^4.0.0",
"pify": "^4.0.1",
"strip-bom": "^3.0.0",
"type-fest": "^0.3.0"
},
"description": "Read and parse a JSON file",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/load-json-file#readme",
"keywords": [
"read",
"json",
"parse",
"file",
"fs",
"graceful",
"load"
],
"license": "MIT",
"name": "load-json-file",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/load-json-file.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "5.3.0"
}