12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_args": [
- [
- "commondir@1.0.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "commondir@1.0.1",
- "_id": "commondir@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
- "_location": "/commondir",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "commondir@1.0.1",
- "name": "commondir",
- "escapedName": "commondir",
- "rawSpec": "1.0.1",
- "saveSpec": null,
- "fetchSpec": "1.0.1"
- },
- "_requiredBy": [
- "/find-cache-dir"
- ],
- "_resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
- "_spec": "1.0.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "bugs": {
- "url": "https://github.com/substack/node-commondir/issues"
- },
- "dependencies": {},
- "description": "compute the closest common parent for file paths",
- "devDependencies": {
- "tape": "^3.5.0"
- },
- "engine": {
- "node": ">=0.4"
- },
- "homepage": "https://github.com/substack/node-commondir#readme",
- "keywords": [
- "common",
- "path",
- "directory",
- "file",
- "parent",
- "root"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "commondir",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/substack/node-commondir.git"
- },
- "scripts": {
- "test": "tape test/*.js"
- },
- "version": "1.0.1"
- }
|