|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_args": [
- [
- "edge-paths@2.2.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "edge-paths@2.2.1",
- "_id": "edge-paths@2.2.1",
- "_inBundle": false,
- "_integrity": "sha512-AI5fC7dfDmCdKo3m5y7PkYE8m6bMqR6pvVpgtrZkkhcJXFLelUgkjrhk3kXXx8Kbw2cRaTT4LkOR7hqf39KJdw==",
- "_location": "/edge-paths",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "edge-paths@2.2.1",
- "name": "edge-paths",
- "escapedName": "edge-paths",
- "rawSpec": "2.2.1",
- "saveSpec": null,
- "fetchSpec": "2.2.1"
- },
- "_requiredBy": [
- "/devtools"
- ],
- "_resolved": "https://registry.npmjs.org/edge-paths/-/edge-paths-2.2.1.tgz",
- "_spec": "2.2.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "shirshak"
- },
- "bugs": {
- "url": "https://github.com/shirshak55/edge-paths/issues"
- },
- "dependencies": {
- "@types/which": "^1.3.2",
- "which": "^2.0.2"
- },
- "description": "Get the paths of edge browser easily",
- "devDependencies": {
- "@types/node": "^14.0.5",
- "typescript": "^3.9.3"
- },
- "homepage": "https://github.com/shirshak55/edge-paths#readme",
- "license": "MIT",
- "main": "dist/main.js",
- "name": "edge-paths",
- "private": false,
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/shirshak55/edge-paths.git"
- },
- "scripts": {
- "build": "tsc",
- "watch": "tsc --watch"
- },
- "typings": "src/main.ts",
- "version": "2.2.1"
- }
|