package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-path-cwd@^1.0.0",
  6. "scope": null,
  7. "escapedName": "is-path-cwd",
  8. "name": "is-path-cwd",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/del"
  14. ]
  15. ],
  16. "_from": "is-path-cwd@>=1.0.0 <2.0.0",
  17. "_id": "is-path-cwd@1.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/is-path-cwd",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "1.4.21",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "is-path-cwd@^1.0.0",
  29. "scope": null,
  30. "escapedName": "is-path-cwd",
  31. "name": "is-path-cwd",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/del"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
  40. "_shasum": "d225ec23132e89edd38fda767472e62e65f1106d",
  41. "_shrinkwrap": null,
  42. "_spec": "is-path-cwd@^1.0.0",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/del",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "http://sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/is-path-cwd/issues"
  51. },
  52. "dependencies": {},
  53. "description": "Check if a path is CWD",
  54. "devDependencies": {
  55. "mocha": "*"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "d225ec23132e89edd38fda767472e62e65f1106d",
  60. "tarball": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "f71d4ecaa43bfe23c9cb35af6bf31e6b5b3f04eb",
  69. "homepage": "https://github.com/sindresorhus/is-path-cwd",
  70. "keywords": [
  71. "path",
  72. "cwd",
  73. "pwd",
  74. "check",
  75. "filepath",
  76. "file",
  77. "folder"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "sindresorhus",
  83. "email": "sindresorhus@gmail.com"
  84. }
  85. ],
  86. "name": "is-path-cwd",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/sindresorhus/is-path-cwd.git"
  92. },
  93. "scripts": {
  94. "test": "mocha"
  95. },
  96. "version": "1.0.0"
  97. }