{ "_args": [ [ "ospath@1.2.2", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_development": true, "_from": "ospath@1.2.2", "_id": "ospath@1.2.2", "_inBundle": false, "_integrity": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==", "_location": "/ospath", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "ospath@1.2.2", "name": "ospath", "escapedName": "ospath", "rawSpec": "1.2.2", "saveSpec": null, "fetchSpec": "1.2.2" }, "_requiredBy": [ "/cypress" ], "_resolved": "https://registry.npmjs.org/ospath/-/ospath-1.2.2.tgz", "_spec": "1.2.2", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "JP Richardson" }, "bugs": { "url": "https://github.com/jprichardson/ospath/issues" }, "description": "Operating system specific paths.", "devDependencies": { "lodash.clonedeep": "^3.0.1", "mocha": "2.x", "proxyquire": "^1.5.0", "standard": "^8.0.0" }, "homepage": "https://github.com/jprichardson/ospath#readme", "keywords": [ "home", "data", "dir", "directory", "path", "tmp", "temp", "windows", "linux", "darwin", "mac" ], "license": "MIT", "main": "index.js", "name": "ospath", "repository": { "type": "git", "url": "git+https://github.com/jprichardson/ospath.git" }, "scripts": { "lint": "standard", "test": "npm run lint && npm run unit", "unit": "mocha ./ospath.test.js" }, "version": "1.2.2" }