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.

89 lines
3.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "@nodelib/fs.stat@^1.1.2",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/fast-glob"
  6. ]
  7. ],
  8. "_from": "@nodelib/fs.stat@>=1.1.2 <2.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "@nodelib/fs.stat@1.1.3",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/@nodelib/fs.stat",
  14. "_nodeVersion": "11.0.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/fs.stat_1.1.3_1541179600186_0.6944771391825413"
  18. },
  19. "_npmUser": {
  20. "email": "dmalinochkin@rambler.ru",
  21. "name": "mrmlnc"
  22. },
  23. "_npmVersion": "6.4.1",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "@nodelib/fs.stat",
  27. "raw": "@nodelib/fs.stat@^1.1.2",
  28. "rawSpec": "^1.1.2",
  29. "scope": "@nodelib",
  30. "spec": ">=1.1.2 <2.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/fast-glob"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz",
  37. "_shasum": "2b5a3ab3f918cca48a8c754c08168e3f03eba61b",
  38. "_shrinkwrap": null,
  39. "_spec": "@nodelib/fs.stat@^1.1.2",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/fast-glob",
  41. "dependencies": {},
  42. "description": "Get the status of a file with some features",
  43. "devDependencies": {},
  44. "directories": {},
  45. "dist": {
  46. "fileCount": 10,
  47. "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==",
  48. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3IjRCRA9TVsSAnZWagAAeOUP/AiHcc2DyKGcWqYuI451\nJb95+d+j6PSwNcuejdZetS09qLIOr3rAkfVJwdgA0RNwJFxwEwPFkuf8P3Oe\ns5QSmXIroPEoxf+4XTTgir+4H9FrRQs+DX0396vNlE17qpqi7zZyW2XdauWq\n5Bom43i3Z90MSmD8XB713OD8fvjFGdvGEdLmCkQlaSUOGA360UkQOCupec4K\nJFL/uZG9oB5gYIZMQgPJcE71rNJrTZHJBQYOs0U+jh/4Wk5WBRRX0EJ2rGsM\nFEw7+YtNbyKrRWZGz+7Eh1H3fN+nTyFtua5y6EThaYr7z1OT9iydTrhoERks\nzGOGG9Lyj03V2WPZFe54YFYhpryfHiVbQqIjV5SR0oLY5zRTIbSyyFGgQMFH\n0ir6gRV+A2PNYP6+5/fl6eCV5f1iG5jFMITnIA/kPfXoQjxuzkHyLzA8fQvR\nChxGN7hKtWsvLBNsl8PgPvNYerqzAT1VbkS+BZBUagOxzwH/47YCJIYHQRK6\nLM+zxCu13U1nl0ywAbg9JqdYGlRPQy4GqgvCurXOY/IjIFNanfvc6CB4bY8g\nHxl20tHkncAT+Wqzyvnpu1PCPFKFu5OM1D0m29aY7wuSXny9d1lOcAi9BzX8\nXiPi+zAYnLZZmQW9Yf5r0kM6IzWktc+nyO4EJpsY1CO7EgIj5LSYhCyDZ/1H\nA1kz\r\n=LqvF\r\n-----END PGP SIGNATURE-----\r\n",
  49. "shasum": "2b5a3ab3f918cca48a8c754c08168e3f03eba61b",
  50. "tarball": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz",
  51. "unpackedSize": 8876
  52. },
  53. "engines": {
  54. "node": ">= 6"
  55. },
  56. "keywords": [
  57. "FileSystem",
  58. "NodeLib",
  59. "file system",
  60. "fs",
  61. "stat"
  62. ],
  63. "license": "MIT",
  64. "main": "out/index.js",
  65. "maintainers": [
  66. {
  67. "name": "mrmlnc",
  68. "email": "dmalinochkin@rambler.ru"
  69. }
  70. ],
  71. "name": "@nodelib/fs.stat",
  72. "optionalDependencies": {},
  73. "readme": "ERROR: No README data found!",
  74. "repository": {
  75. "type": "git",
  76. "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat"
  77. },
  78. "scripts": {
  79. "build": "npm run clean && npm run lint && npm run compile && npm test",
  80. "clean": "rimraf out",
  81. "compile": "tsc -b .",
  82. "compile:watch": "tsc -p . --watch --sourceMap",
  83. "lint": "tslint \"src/**/*.ts\" -p . -t stylish",
  84. "test": "mocha \"out/**/*.spec.js\" -s 0",
  85. "watch": "npm run clean && npm run compile:watch"
  86. },
  87. "typings": "out/index.d.ts",
  88. "version": "1.1.3"
  89. }