@platformos/pos-cli
Version:
Manage your platformOS application
110 lines (109 loc) • 2.54 kB
JSON
{
"_from": "degit@^2.8.0",
"_id": "degit@2.8.0",
"_inBundle": false,
"_integrity": "sha512-nxQr1Ep4NSGDIqQ3HSMNgnPYaxPfPhHdrpgSNO2EczO86zN7NJJ1i/59GM25vgC45ANQUazZ/3Z+iyeZCmGwhg==",
"_location": "/degit",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "degit@^2.8.0",
"name": "degit",
"escapedName": "degit",
"rawSpec": "^2.8.0",
"saveSpec": null,
"fetchSpec": "^2.8.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/degit/-/degit-2.8.0.tgz",
"_shasum": "ac0bff89987735ab19d02338fa8717d16137ea68",
"_spec": "degit@^2.8.0",
"_where": "/Users/pavel/projects/pos-cli",
"author": {
"name": "Rich Harris"
},
"bin": {
"degit": "bin.js"
},
"bugs": {
"url": "https://github.com/Rich-Harris/degit/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Straightforward project scaffolding",
"devDependencies": {
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"chalk": "3.0.0",
"enquirer": "2.3.4",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-import": "2.20.1",
"fuzzysearch": "1.0.3",
"home-or-tmp": "3.0.0",
"https-proxy-agent": "4.0.0",
"husky": "4.2.1",
"lint-staged": "10.0.7",
"mocha": "7.0.1",
"mri": "1.1.4",
"prettier": "1.19.1",
"rimraf": "3.0.1",
"rollup": "1.31.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-typescript": "1.0.1",
"sander": "0.6.0",
"source-map-support": "0.5.16",
"tar": "6.0.1",
"tiny-glob": "0.2.6",
"typescript": "3.7.5"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"index.js",
"bin.js",
"help.md",
"dist"
],
"homepage": "https://github.com/Rich-Harris/degit#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"scaffolding",
"template",
"git"
],
"license": "MIT",
"lint-staged": {
"*.{js}": [
"eslint --fix",
"git add"
],
"*.{js, json, yml, md}": [
"prettier --write",
"git add"
]
},
"main": "index.js",
"name": "degit",
"repository": {
"type": "git",
"url": "git+https://github.com/Rich-Harris/degit.git"
},
"scripts": {
"build": "rollup -c",
"dev": "npm run build -- --watch",
"lint": "eslint .",
"prepublishOnly": "npm test",
"pretest": "npm run build",
"test": "mocha"
},
"version": "2.8.0"
}