{ "_from": "path-is-root@0.1.0", "_id": "path-is-root@0.1.0", "_inBundle": false, "_integrity": "sha1-ZmOrPisdpwYinhG1LIEcLUcIpaI=", "_location": "/path-is-root", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "path-is-root@0.1.0", "name": "path-is-root", "escapedName": "path-is-root", "rawSpec": "0.1.0", "saveSpec": null, "fetchSpec": "0.1.0" }, "_requiredBy": [ "/umi-plugin-dva" ], "_resolved": "https://registry.npmjs.org/path-is-root/-/path-is-root-0.1.0.tgz", "_shasum": "6663ab3e2b1da706229e11b52c811c2d4708a5a2", "_spec": "path-is-root@0.1.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-plugin-dva", "author": { "name": "Rocky Wu", "email": "rocky823@gmail.com" }, "ava": { "files": [ "test/*.spec.js" ] }, "bugs": { "url": "https://github.com/rwu823/path-is-root/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Check if a path is root", "devDependencies": { "ava": "^0.14.0", "coveralls": "^2.11.9", "nyc": "^6.4.4" }, "directories": { "test": "test" }, "homepage": "https://github.com/rwu823/path-is-root#readme", "keywords": [ "path", "root", "filesystem", "file", "system", "fs" ], "license": "MIT", "main": "src", "name": "path-is-root", "nyc": {}, "repository": { "type": "git", "url": "git+https://github.com/rwu823/path-is-root.git" }, "scripts": { "build": "babel src --out-dir dist", "coveralls": "nyc report --reporter=text-lcov | coveralls", "test": "nyc ava -v", "test.report": "nyc report --reporter=html && open ./coverage/index.html", "test.watch": "nyc ava -vw" }, "version": "0.1.0" }