package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "path-is-inside@1.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-is-inside@1.0.2",
  10. "_id": "path-is-inside@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
  13. "_location": "/path-is-inside",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-is-inside@1.0.2",
  19. "name": "path-is-inside",
  20. "escapedName": "path-is-inside",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-plugin-eslint/eslint",
  27. "/eslint",
  28. "/webpack-dev-server/is-path-inside"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/path-is-inside/download/path-is-inside-1.0.2.tgz",
  31. "_spec": "1.0.2",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Domenic Denicola",
  35. "email": "d@domenic.me",
  36. "url": "https://domenic.me"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/domenic/path-is-inside/issues"
  40. },
  41. "description": "Tests whether one path is inside another path",
  42. "devDependencies": {
  43. "jshint": "~2.3.0",
  44. "mocha": "~1.15.1"
  45. },
  46. "files": [
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/domenic/path-is-inside#readme",
  50. "keywords": [
  51. "path",
  52. "directory",
  53. "folder",
  54. "inside",
  55. "relative"
  56. ],
  57. "license": "(WTFPL OR MIT)",
  58. "main": "lib/path-is-inside.js",
  59. "name": "path-is-inside",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/domenic/path-is-inside.git"
  63. },
  64. "scripts": {
  65. "lint": "jshint lib",
  66. "test": "mocha"
  67. },
  68. "version": "1.0.2"
  69. }