package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "path-is-inside@^1.0.1",
  6. "scope": null,
  7. "escapedName": "path-is-inside",
  8. "name": "path-is-inside",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/is-path-inside"
  14. ]
  15. ],
  16. "_from": "path-is-inside@>=1.0.1 <2.0.0",
  17. "_id": "path-is-inside@1.0.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/path-is-inside",
  21. "_nodeVersion": "6.2.2",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/path-is-inside-1.0.2.tgz_1473550509195_0.936812553787604"
  25. },
  26. "_npmUser": {
  27. "name": "domenic",
  28. "email": "d@domenic.me"
  29. },
  30. "_npmVersion": "3.9.5",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "path-is-inside@^1.0.1",
  34. "scope": null,
  35. "escapedName": "path-is-inside",
  36. "name": "path-is-inside",
  37. "rawSpec": "^1.0.1",
  38. "spec": ">=1.0.1 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/is-path-inside"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
  45. "_shasum": "365417dede44430d1c11af61027facf074bdfc53",
  46. "_shrinkwrap": null,
  47. "_spec": "path-is-inside@^1.0.1",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/is-path-inside",
  49. "author": {
  50. "name": "Domenic Denicola",
  51. "email": "d@domenic.me",
  52. "url": "https://domenic.me"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/domenic/path-is-inside/issues"
  56. },
  57. "dependencies": {},
  58. "description": "Tests whether one path is inside another path",
  59. "devDependencies": {
  60. "jshint": "~2.3.0",
  61. "mocha": "~1.15.1"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "365417dede44430d1c11af61027facf074bdfc53",
  66. "tarball": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz"
  67. },
  68. "files": [
  69. "lib"
  70. ],
  71. "gitHead": "05a9bf7c5e008505539e14e96c4d2fc8b2c6d058",
  72. "homepage": "https://github.com/domenic/path-is-inside#readme",
  73. "keywords": [
  74. "path",
  75. "directory",
  76. "folder",
  77. "inside",
  78. "relative"
  79. ],
  80. "license": "(WTFPL OR MIT)",
  81. "main": "lib/path-is-inside.js",
  82. "maintainers": [
  83. {
  84. "name": "domenic",
  85. "email": "domenic@domenicdenicola.com"
  86. }
  87. ],
  88. "name": "path-is-inside",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/domenic/path-is-inside.git"
  94. },
  95. "scripts": {
  96. "lint": "jshint lib",
  97. "test": "mocha"
  98. },
  99. "version": "1.0.2"
  100. }