github-pages-deploy-action/node_modules/read-pkg-up/package.json

103 lines
2.1 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
2020-03-31 20:40:00 +08:00
"read-pkg-up@7.0.1",
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
2020-03-31 20:40:00 +08:00
"_from": "read-pkg-up@7.0.1",
"_id": "read-pkg-up@7.0.1",
2020-03-22 05:13:25 +08:00
"_inBundle": false,
2020-03-31 20:40:00 +08:00
"_integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
2020-03-22 05:13:25 +08:00
"_location": "/read-pkg-up",
"_phantomChildren": {
2020-03-31 20:40:00 +08:00
"@babel/code-frame": "7.8.3",
"@types/normalize-package-data": "2.4.0",
"error-ex": "1.3.2",
"json-parse-better-errors": "1.0.2",
"lines-and-columns": "1.1.6",
"normalize-package-data": "2.5.0"
2020-03-22 05:13:25 +08:00
},
"_requested": {
"type": "version",
"registry": true,
2020-03-31 20:40:00 +08:00
"raw": "read-pkg-up@7.0.1",
2020-03-22 05:13:25 +08:00
"name": "read-pkg-up",
"escapedName": "read-pkg-up",
2020-03-31 20:40:00 +08:00
"rawSpec": "7.0.1",
2020-03-22 05:13:25 +08:00
"saveSpec": null,
2020-03-31 20:40:00 +08:00
"fetchSpec": "7.0.1"
2020-03-22 05:13:25 +08:00
},
"_requiredBy": [
"/eslint-plugin-github"
],
2020-03-31 20:40:00 +08:00
"_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
"_spec": "7.0.1",
"_where": ".",
2020-03-22 05:13:25 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/read-pkg-up/issues"
},
"dependencies": {
2020-03-31 20:40:00 +08:00
"find-up": "^4.1.0",
"read-pkg": "^5.2.0",
"type-fest": "^0.8.1"
2020-03-22 05:13:25 +08:00
},
"description": "Read the closest package.json file",
"devDependencies": {
2020-03-31 20:40:00 +08:00
"ava": "^2.4.0",
"tsd": "^0.9.0",
"xo": "^0.25.3"
2020-03-22 05:13:25 +08:00
},
"engines": {
2020-03-31 20:40:00 +08:00
"node": ">=8"
2020-03-22 05:13:25 +08:00
},
"files": [
2020-03-31 20:40:00 +08:00
"index.js",
"index.d.ts"
2020-03-22 05:13:25 +08:00
],
2020-03-31 20:40:00 +08:00
"funding": "https://github.com/sponsors/sindresorhus",
2020-03-22 05:13:25 +08:00
"homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
"keywords": [
"json",
"read",
"parse",
"file",
"fs",
"graceful",
"load",
"package",
"find",
"up",
"find-up",
"findup",
"look-up",
"look",
"search",
"match",
"resolve",
"parent",
"parents",
"folder",
"directory",
"walk",
"walking",
"path"
],
"license": "MIT",
"name": "read-pkg-up",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/read-pkg-up.git"
},
"scripts": {
2020-03-31 20:40:00 +08:00
"test": "xo && ava && tsd"
2020-03-22 05:13:25 +08:00
},
2020-03-31 20:40:00 +08:00
"version": "7.0.1"
2020-03-07 11:45:40 +08:00
}