123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "is-path-cwd",
- "version": "1.0.0",
- "description": "Check if a path is CWD",
- "license": "MIT",
- "repository": "sindresorhus/is-path-cwd",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "path",
- "cwd",
- "pwd",
- "check",
- "filepath",
- "file",
- "folder"
- ],
- "devDependencies": {
- "mocha": "*"
- }
- }
|