|
{
|
|
"_args": [
|
|
[
|
|
"@nodelib/fs.stat@^1.1.2",
|
|
"/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/fast-glob"
|
|
]
|
|
],
|
|
"_from": "@nodelib/fs.stat@>=1.1.2 <2.0.0",
|
|
"_hasShrinkwrap": false,
|
|
"_id": "@nodelib/fs.stat@1.1.3",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/@nodelib/fs.stat",
|
|
"_nodeVersion": "11.0.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/fs.stat_1.1.3_1541179600186_0.6944771391825413"
|
|
},
|
|
"_npmUser": {
|
|
"email": "dmalinochkin@rambler.ru",
|
|
"name": "mrmlnc"
|
|
},
|
|
"_npmVersion": "6.4.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "@nodelib/fs.stat",
|
|
"raw": "@nodelib/fs.stat@^1.1.2",
|
|
"rawSpec": "^1.1.2",
|
|
"scope": "@nodelib",
|
|
"spec": ">=1.1.2 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/fast-glob"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz",
|
|
"_shasum": "2b5a3ab3f918cca48a8c754c08168e3f03eba61b",
|
|
"_shrinkwrap": null,
|
|
"_spec": "@nodelib/fs.stat@^1.1.2",
|
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/fast-glob",
|
|
"dependencies": {},
|
|
"description": "Get the status of a file with some features",
|
|
"devDependencies": {},
|
|
"directories": {},
|
|
"dist": {
|
|
"fileCount": 10,
|
|
"integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==",
|
|
"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",
|
|
"shasum": "2b5a3ab3f918cca48a8c754c08168e3f03eba61b",
|
|
"tarball": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz",
|
|
"unpackedSize": 8876
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"keywords": [
|
|
"FileSystem",
|
|
"NodeLib",
|
|
"file system",
|
|
"fs",
|
|
"stat"
|
|
],
|
|
"license": "MIT",
|
|
"main": "out/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "mrmlnc",
|
|
"email": "dmalinochkin@rambler.ru"
|
|
}
|
|
],
|
|
"name": "@nodelib/fs.stat",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run clean && npm run lint && npm run compile && npm test",
|
|
"clean": "rimraf out",
|
|
"compile": "tsc -b .",
|
|
"compile:watch": "tsc -p . --watch --sourceMap",
|
|
"lint": "tslint \"src/**/*.ts\" -p . -t stylish",
|
|
"test": "mocha \"out/**/*.spec.js\" -s 0",
|
|
"watch": "npm run clean && npm run compile:watch"
|
|
},
|
|
"typings": "out/index.d.ts",
|
|
"version": "1.1.3"
|
|
}
|