wishthis/node_modules/@choojs/findup/package.json

62 lines
1.4 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"@choojs/findup@0.2.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "@choojs/findup@0.2.1",
"_id": "@choojs/findup@0.2.1",
"_inBundle": false,
"_integrity": "sha512-YstAqNb0MCN8PjdLCDfRsBcGVRN41f3vgLvaI0IrIcBp4AqILRSS0DeWNGkicC+f/zRIPJLc+9RURVSepwvfBw==",
"_location": "/@choojs/findup",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@choojs/findup@0.2.1",
"name": "@choojs/findup",
"escapedName": "@choojs%2ffindup",
"scope": "@choojs",
"rawSpec": "0.2.1",
"saveSpec": null,
"fetchSpec": "0.2.1"
},
"_requiredBy": [
"/rtlcss"
],
"_resolved": "https://registry.npmjs.org/@choojs/findup/-/findup-0.2.1.tgz",
"_spec": "0.2.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Filirom1",
"email": "filirom1@gmail.com"
},
2022-01-21 08:28:41 +00:00
"bin": {
"findup": "bin/findup.js"
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/choojs/findup/issues"
},
2022-01-21 08:28:41 +00:00
"dependencies": {
"commander": "^2.15.1"
},
2022-02-23 16:41:13 +00:00
"description": "Find a file by walking up the directory tree",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.5"
},
"homepage": "https://github.com/choojs/findup",
"license": "MIT",
"main": "index.js",
2022-02-23 16:41:13 +00:00
"name": "@choojs/findup",
2022-01-21 08:28:41 +00:00
"repository": {
"type": "git",
2022-02-23 16:41:13 +00:00
"url": "git+https://github.com/choojs/findup.git"
2022-01-21 08:28:41 +00:00
},
"scripts": {
"test": "mocha ./test/*.js"
2022-02-23 16:41:13 +00:00
},
"version": "0.2.1"
2022-01-21 08:28:41 +00:00
}