mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
|
{
|
||
|
"_from": "@istanbuljs/load-nyc-config@^1.0.0",
|
||
|
"_id": "@istanbuljs/load-nyc-config@1.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-ZR0rq/f/E4f4XcgnDvtMWXCUJpi8eO0rssVhmztsZqLIEFA9UUP9zmpE0VxlM+kv/E1ul2I876Fwil2ayptDVg==",
|
||
|
"_location": "/@istanbuljs/load-nyc-config",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "@istanbuljs/load-nyc-config@^1.0.0",
|
||
|
"name": "@istanbuljs/load-nyc-config",
|
||
|
"escapedName": "@istanbuljs%2fload-nyc-config",
|
||
|
"scope": "@istanbuljs",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/babel-plugin-istanbul"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz",
|
||
|
"_shasum": "10602de5570baea82f8afbfa2630b24e7a8cfe5b",
|
||
|
"_spec": "@istanbuljs/load-nyc-config@^1.0.0",
|
||
|
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/babel-plugin-istanbul",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/istanbuljs/load-nyc-config/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"camelcase": "^5.3.1",
|
||
|
"find-up": "^4.1.0",
|
||
|
"js-yaml": "^3.13.1",
|
||
|
"resolve-from": "^5.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Utility function to load nyc configuration",
|
||
|
"devDependencies": {
|
||
|
"semver": "^6.3.0",
|
||
|
"standard-version": "^7.0.0",
|
||
|
"tap": "^14.10.5",
|
||
|
"xo": "^0.25.3"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
},
|
||
|
"homepage": "https://github.com/istanbuljs/load-nyc-config#readme",
|
||
|
"license": "ISC",
|
||
|
"main": "index.js",
|
||
|
"name": "@istanbuljs/load-nyc-config",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/istanbuljs/load-nyc-config.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"pretest": "xo",
|
||
|
"release": "standard-version",
|
||
|
"snap": "npm test -- --snapshot",
|
||
|
"test": "tap"
|
||
|
},
|
||
|
"version": "1.0.0",
|
||
|
"xo": {
|
||
|
"ignores": [
|
||
|
"test/fixtures/extends/invalid.*"
|
||
|
],
|
||
|
"rules": {
|
||
|
"require-atomic-updates": 0
|
||
|
}
|
||
|
}
|
||
|
}
|