package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "is-path-cwd@1.0.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-path-cwd@1.0.0",
  10. "_id": "is-path-cwd@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
  13. "_location": "/is-path-cwd",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-path-cwd@1.0.0",
  19. "name": "is-path-cwd",
  20. "escapedName": "is-path-cwd",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/del"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "http://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/is-path-cwd/issues"
  38. },
  39. "description": "Check if a path is CWD",
  40. "devDependencies": {
  41. "mocha": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  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": "mocha"
  67. },
  68. "version": "1.0.0"
  69. }