UNPKG

funcunit

Version:
71 lines (70 loc) 1.64 kB
{ "_from": "path-exists@^1.0.0", "_id": "path-exists@1.0.0", "_inBundle": false, "_integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=", "_location": "/path-exists", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "path-exists@^1.0.0", "name": "path-exists", "escapedName": "path-exists", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/babel", "/babel-core", "/transpile/babel-core" ], "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz", "_shasum": "d5a8998eb71ef37a74c34eb0d9eba6e878eea081", "_spec": "path-exists@^1.0.0", "_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/babel", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/path-exists/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Check if a path exists", "devDependencies": { "ava": "0.0.4" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/path-exists#readme", "keywords": [ "path", "exists", "exist", "file", "filepath", "fs", "filesystem", "file-system", "access", "stat" ], "license": "MIT", "name": "path-exists", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/path-exists.git" }, "scripts": { "test": "node test.js" }, "version": "1.0.0" }