github-pages-deploy-action/node_modules/resolve-from/package.json

72 lines
1.7 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"resolve-from@4.0.0",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
],
"_development": true,
"_from": "resolve-from@4.0.0",
"_id": "resolve-from@4.0.0",
"_inBundle": false,
"_integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
"_location": "/resolve-from",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "resolve-from@4.0.0",
"name": "resolve-from",
"escapedName": "resolve-from",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/graphql-import",
"/import-fresh"
],
"_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/resolve-from/issues"
},
"description": "Resolve the path of a module like `require.resolve()` but from a given path",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/resolve-from#readme",
"keywords": [
"require",
"resolve",
"path",
"module",
"from",
"like",
"import"
],
"license": "MIT",
"name": "resolve-from",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/resolve-from.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "4.0.0"
2020-01-28 13:07:56 +08:00
}