|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_args": [
- [
- "read-pkg-up@7.0.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "read-pkg-up@7.0.1",
- "_id": "read-pkg-up@7.0.1",
- "_inBundle": false,
- "_integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
- "_location": "/read-pkg-up",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "read-pkg-up@7.0.1",
- "name": "read-pkg-up",
- "escapedName": "read-pkg-up",
- "rawSpec": "7.0.1",
- "saveSpec": null,
- "fetchSpec": "7.0.1"
- },
- "_requiredBy": [
- "/meow"
- ],
- "_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
- "_spec": "7.0.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/read-pkg-up/issues"
- },
- "dependencies": {
- "find-up": "^4.1.0",
- "read-pkg": "^5.2.0",
- "type-fest": "^0.8.1"
- },
- "description": "Read the closest package.json file",
- "devDependencies": {
- "ava": "^2.4.0",
- "tsd": "^0.9.0",
- "xo": "^0.25.3"
- },
- "engines": {
- "node": ">=8"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "funding": "https://github.com/sponsors/sindresorhus",
- "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": {
- "test": "xo && ava && tsd"
- },
- "version": "7.0.1"
- }
|