package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "is-path-cwd@^2.0.0",
  3. "_id": "is-path-cwd@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==",
  6. "_location": "/is-path-cwd",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-path-cwd@^2.0.0",
  12. "name": "is-path-cwd",
  13. "escapedName": "is-path-cwd",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/del"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
  22. "_shasum": "67d43b82664a7b5191fd9119127eb300048a9fdb",
  23. "_spec": "is-path-cwd@^2.0.0",
  24. "_where": "/Users/lihai/jolijoli/pad_spa/node_modules/del",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-path-cwd/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if a path is the current working directory",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=6"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/is-path-cwd#readme",
  49. "keywords": [
  50. "path",
  51. "cwd",
  52. "pwd",
  53. "check",
  54. "filepath",
  55. "file",
  56. "folder"
  57. ],
  58. "license": "MIT",
  59. "name": "is-path-cwd",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/sindresorhus/is-path-cwd.git"
  63. },
  64. "scripts": {
  65. "test": "xo && ava && tsd"
  66. },
  67. "version": "2.2.0"
  68. }