wishthis/node_modules/detect-file/package.json

96 lines
1.9 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"detect-file@1.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "detect-file@1.0.0",
"_id": "detect-file@1.0.0",
"_inBundle": false,
"_integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=",
"_location": "/detect-file",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "detect-file@1.0.0",
"name": "detect-file",
"escapedName": "detect-file",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"_requiredBy": [
"/findup-sync",
"/matchdep/findup-sync"
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Brian Woodward",
"url": "https://github.com/doowb"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/doowb/detect-file/issues"
2022-01-21 08:28:41 +00:00
},
"dependencies": {},
2022-02-23 16:41:13 +00:00
"description": "Detects if a file exists and returns the resolved filepath.",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"gulp-format-md": "*",
"mocha": "*"
},
2022-02-23 16:41:13 +00:00
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/doowb/detect-file",
2022-01-21 08:28:41 +00:00
"keywords": [
"detect",
"exists",
"file",
"file exists",
"file-path",
"filepath",
"path",
"resolve",
"resolve file",
"resolve filepath"
],
2022-02-23 16:41:13 +00:00
"license": "MIT",
"main": "index.js",
"name": "detect-file",
"repository": {
"type": "git",
"url": "git+https://github.com/doowb/detect-file.git"
},
"scripts": {
"test": "mocha"
},
2022-01-21 08:28:41 +00:00
"verb": {
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"fs-exists-sync"
]
},
"reflinks": [
"verb",
"verb-readme-generator"
],
"lint": {
"reflinks": true
}
2022-02-23 16:41:13 +00:00
},
"version": "1.0.0"
2022-01-21 08:28:41 +00:00
}