You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

90 lines
2.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "contains-path@0.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "contains-path@0.1.0",
  9. "_id": "contains-path@0.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=",
  12. "_location": "/contains-path",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "contains-path@0.1.0",
  18. "name": "contains-path",
  19. "escapedName": "contains-path",
  20. "rawSpec": "0.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.0"
  23. },
  24. "_requiredBy": [
  25. "/eslint-plugin-import"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz",
  28. "_spec": "0.1.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/contains-path/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Return true if a file path contains the given path.",
  39. "devDependencies": {
  40. "mocha": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/contains-path",
  49. "keywords": [
  50. "contains",
  51. "directory",
  52. "dirname",
  53. "exec",
  54. "ext",
  55. "extname",
  56. "file",
  57. "filepath",
  58. "fp",
  59. "has",
  60. "match",
  61. "matches",
  62. "path",
  63. "regex",
  64. "test"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "contains-path",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jonschlinkert/contains-path.git"
  72. },
  73. "scripts": {
  74. "test": "mocha"
  75. },
  76. "verb": {
  77. "related": {
  78. "list": [
  79. "ends-with",
  80. "path-ends-with",
  81. "path-segments",
  82. "is-absolute",
  83. "is-relative",
  84. "parse-filepath"
  85. ]
  86. }
  87. },
  88. "version": "0.1.0"
  89. }