canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS and CSS.
72 lines (71 loc) • 2.39 kB
JSON
{
"_args": [
[
"is-path-cwd@https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
"/Users/gajus/Documents/dev/canonical-code-style/canonical"
]
],
"_from": "is-path-cwd@>=1.0.0 <2.0.0",
"_id": "is-path-cwd@1.0.0",
"_inCache": true,
"_location": "/is-path-cwd",
"_phantomChildren": {},
"_requested": {
"name": "is-path-cwd",
"raw": "is-path-cwd@https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
"rawSpec": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
"type": "remote"
},
"_requiredBy": [
"/del"
],
"_resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
"_shasum": "d225ec23132e89edd38fda767472e62e65f1106d",
"_shrinkwrap": null,
"_spec": "is-path-cwd@https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-path-cwd/issues"
},
"dependencies": {},
"description": "Check if a path is CWD",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/is-path-cwd#readme",
"keywords": [
"check",
"cwd",
"file",
"filepath",
"folder",
"path",
"pwd"
],
"license": "MIT",
"name": "is-path-cwd",
"optionalDependencies": {},
"readme": "# is-path-cwd [](https://travis-ci.org/sindresorhus/is-path-cwd)\n\n> Check if a path is [CWD](http://en.wikipedia.org/wiki/Working_directory)\n\n\n## Install\n\n```sh\n$ npm install --save is-path-cwd\n```\n\n\n## Usage\n\n```js\nvar isPathCwd = require('is-path-cwd');\n\nisPathCwd(process.cwd());\n//=> true\n\nisPathCwd('unicorn');\n//=> false\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
"readmeFilename": "readme.md",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-path-cwd.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.0"
}