package.json 1.7 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. "/node-plop/del"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
  23. "_shasum": "67d43b82664a7b5191fd9119127eb300048a9fdb",
  24. "_spec": "is-path-cwd@^2.0.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\del",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/is-path-cwd/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Check if a path is the current working directory",
  37. "devDependencies": {
  38. "ava": "^1.4.1",
  39. "tsd": "^0.7.2",
  40. "xo": "^0.24.0"
  41. },
  42. "engines": {
  43. "node": ">=6"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/is-path-cwd#readme",
  50. "keywords": [
  51. "path",
  52. "cwd",
  53. "pwd",
  54. "check",
  55. "filepath",
  56. "file",
  57. "folder"
  58. ],
  59. "license": "MIT",
  60. "name": "is-path-cwd",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/sindresorhus/is-path-cwd.git"
  64. },
  65. "scripts": {
  66. "test": "xo && ava && tsd"
  67. },
  68. "version": "2.2.0"
  69. }