项目原始demo,不改动
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.
 
 
 
 

91 satır
1.8 KiB

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