mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 12:00:15 -04:00
93 lines
1.9 KiB
JSON
93 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"pkg-dir@5.0.0",
|
|
"/home/chinmay/Desktop/HackTJ2020/frontend"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "pkg-dir@5.0.0",
|
|
"_id": "pkg-dir@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==",
|
|
"_location": "/pkg-dir",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "pkg-dir@5.0.0",
|
|
"name": "pkg-dir",
|
|
"escapedName": "pkg-dir",
|
|
"rawSpec": "5.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz",
|
|
"_spec": "5.0.0",
|
|
"_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/pkg-dir/issues"
|
|
},
|
|
"dependencies": {
|
|
"find-up": "^5.0.0"
|
|
},
|
|
"description": "Find the root directory of a Node.js project or npm package",
|
|
"devDependencies": {
|
|
"ava": "^2.4.0",
|
|
"tempy": "^1.0.0",
|
|
"tsd": "^0.13.1",
|
|
"xo": "^0.33.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/pkg-dir#readme",
|
|
"keywords": [
|
|
"package",
|
|
"json",
|
|
"root",
|
|
"npm",
|
|
"entry",
|
|
"find",
|
|
"up",
|
|
"find-up",
|
|
"findup",
|
|
"look-up",
|
|
"look",
|
|
"file",
|
|
"search",
|
|
"match",
|
|
"resolve",
|
|
"parent",
|
|
"parents",
|
|
"folder",
|
|
"directory",
|
|
"dir",
|
|
"walk",
|
|
"walking",
|
|
"path"
|
|
],
|
|
"license": "MIT",
|
|
"name": "pkg-dir",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/pkg-dir.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "5.0.0"
|
|
}
|