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.

101 lines
3.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "is-path-in-cwd@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/del"
  6. ]
  7. ],
  8. "_from": "is-path-in-cwd@>=2.0.0 <3.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "is-path-in-cwd@2.1.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/is-path-in-cwd",
  14. "_nodeVersion": "8.16.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/is-path-in-cwd_2.1.0_1555747237866_0.8140683542516973"
  18. },
  19. "_npmUser": {
  20. "email": "sindresorhus@gmail.com",
  21. "name": "sindresorhus"
  22. },
  23. "_npmVersion": "6.9.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "is-path-in-cwd",
  27. "raw": "is-path-in-cwd@^2.0.0",
  28. "rawSpec": "^2.0.0",
  29. "scope": null,
  30. "spec": ">=2.0.0 <3.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/del"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz",
  37. "_shasum": "bfe2dca26c69f397265a4009963602935a053acb",
  38. "_shrinkwrap": null,
  39. "_spec": "is-path-in-cwd@^2.0.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/del",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/is-path-in-cwd/issues"
  48. },
  49. "dependencies": {
  50. "is-path-inside": "^2.1.0"
  51. },
  52. "description": "Check if a path is in the current working directory",
  53. "devDependencies": {
  54. "ava": "^1.4.1",
  55. "tsd": "^0.7.2",
  56. "xo": "^0.24.0"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "fileCount": 5,
  61. "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==",
  62. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcutGmCRA9TVsSAnZWagAA+z4P/jsv7Ap87qCIRrPHW9fe\nBVYV9PwXafb81at8A287mETDcnnLEEps9V1xPKHfFqh9KLdtrcchlZnZ+FIQ\n1dme7ZEr2ZCF7xmbhdOpcfQAkoQgDf9mE8dxfsZLQdE6+fC90x3GJ/Mkjxzo\nuUngCXmV2ZhrZYN4sUjmwynAAKv91oKI7aEYfbEmQE+2U1o2M/pJZoBw0+EP\nKkqMJDFb+KOqn49TUgtKdxe/soZ94WhiQSG+ZV3oCzrNf69ucTN5ALnEq+oX\n93Lw/Bvh8vUziqPATQaM2eDsYGnZm4KkW29CiA1/7JBPdUg4BMqniW16MgdZ\nmfNEizQmoDu0lqzPiIAl91cAVX7qcOe8ApN8r2m+lY6caH8L+D+2624k9CGb\nHE4usBbX16EpmPWA+MJAN0uY7YFBvMUqBY+mn4/BzljoFIi3PrRMzDnV7Pr+\n7P9eBZhnNWhk088ku9PuzEfpKj14mg3GtP7jhbFhe1EEeH4m+puQBAdEkG8y\nWbGSkbAz7+fkBA7T9dQDji7450MEUnnI6kwtVcGqGXicdDFmLS7oiEeWSbBr\n0WHDODfnX/1d/oWj/AitoIoAaGoMB0vQW3i9nfVYVZQtQiTSpm1kVhKON4Wl\nCUkaaUOVYZM/iBiaH/PS2HLDSqXAGyhJolxcbz9iU6AgtTA/XfNB0qfu/ZPS\n3BB3\r\n=Ef9e\r\n-----END PGP SIGNATURE-----\r\n",
  63. "shasum": "bfe2dca26c69f397265a4009963602935a053acb",
  64. "tarball": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz",
  65. "unpackedSize": 2806
  66. },
  67. "engines": {
  68. "node": ">=6"
  69. },
  70. "gitHead": "45d726181fc40890e2696cc4f354420c71262f1a",
  71. "homepage": "https://github.com/sindresorhus/is-path-in-cwd#readme",
  72. "keywords": [
  73. "check",
  74. "cwd",
  75. "file",
  76. "filepath",
  77. "folder",
  78. "in",
  79. "inside",
  80. "path",
  81. "pwd"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "name": "sindresorhus",
  87. "email": "sindresorhus@gmail.com"
  88. }
  89. ],
  90. "name": "is-path-in-cwd",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/sindresorhus/is-path-in-cwd.git"
  96. },
  97. "scripts": {
  98. "test": "xo && ava && tsd"
  99. },
  100. "version": "2.1.0"
  101. }