package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-path-in-cwd@^1.0.0",
  6. "scope": null,
  7. "escapedName": "is-path-in-cwd",
  8. "name": "is-path-in-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-in-cwd@>=1.0.0 <2.0.0",
  17. "_id": "is-path-in-cwd@1.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/is-path-in-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-in-cwd@^1.0.0",
  29. "scope": null,
  30. "escapedName": "is-path-in-cwd",
  31. "name": "is-path-in-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-in-cwd/-/is-path-in-cwd-1.0.0.tgz",
  40. "_shasum": "6477582b8214d602346094567003be8a9eac04dc",
  41. "_shrinkwrap": null,
  42. "_spec": "is-path-in-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-in-cwd/issues"
  51. },
  52. "dependencies": {
  53. "is-path-inside": "^1.0.0"
  54. },
  55. "description": "Check if a path is in the current working directory",
  56. "devDependencies": {
  57. "mocha": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "6477582b8214d602346094567003be8a9eac04dc",
  62. "tarball": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "a5a2a7c967eae3f6faee9ab5e40abca6127d55de",
  71. "homepage": "https://github.com/sindresorhus/is-path-in-cwd",
  72. "keywords": [
  73. "path",
  74. "cwd",
  75. "pwd",
  76. "check",
  77. "filepath",
  78. "file",
  79. "folder",
  80. "in",
  81. "inside"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "name": "sindresorhus",
  87. "email": "sindresorhus@gmail.com"
  88. }
  89. ],
  90. "name": "is-path-in-cwd",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/sindresorhus/is-path-in-cwd.git"
  96. },
  97. "scripts": {
  98. "test": "mocha"
  99. },
  100. "version": "1.0.0"
  101. }