@cuba-platform/front-generator
Version:
CUBA Platform front-end clients generator
58 lines (57 loc) • 1.74 kB
JSON
{
"_from": "@nodelib/fs.stat@^1.0.1",
"_id": "@nodelib/fs.stat@1.0.2",
"_inBundle": false,
"_integrity": "sha512-vCpf75JDcdomXvUd7Rn6DfYAVqPAFI66FVjxiWGwh85OLdvfo3paBoPJaam5keIYRyUolnS7SleS/ZPCidCvzw==",
"_location": "/@nodelib/fs.stat",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@nodelib/fs.stat@^1.0.1",
"name": "@nodelib/fs.stat",
"escapedName": "@nodelib%2ffs.stat",
"scope": "@nodelib",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/fast-glob"
],
"_resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.0.2.tgz",
"_shasum": "d056b68999769728a1cff8d643bc59eb6f0be436",
"_spec": "@nodelib/fs.stat@^1.0.1",
"_where": "/work/polymer_69/cuba-front-generator/node_modules/fast-glob",
"bundleDependencies": false,
"deprecated": false,
"description": "Get the status of a file with some features",
"engines": {
"node": ">= 6"
},
"gitHead": "7ae2c1d5f163d2c9715d9f042314250ec6e9b299",
"keywords": [
"NodeLib",
"fs",
"FileSystem",
"file system",
"stat"
],
"license": "MIT",
"main": "out/index.js",
"name": "@nodelib/fs.stat",
"repository": {
"type": "git",
"url": "https://github.com/nodelib/nodelib/tree/master/packages/fs.stat"
},
"scripts": {
"build": "npm run clean && npm run lint && npm run compile && npm test",
"clean": "rimraf out",
"compile": "tsc -p .",
"lint": "tslint \"src/**/*.ts\" -p . -t stylish",
"test": "mocha \"out/**/*.spec.js\" -s 0",
"watch": "npm run clean && npm run lint && npm run compile -- --sourceMap --watch"
},
"typings": "out/index.d.ts",
"version": "1.0.2"
}