package.json 2.5 KB

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