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.
educoder/public/node_modules/_chownr@1.1.3@chownr/package.json

29 lines
754 B

{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "chownr",
"description": "like `chown -R`",
"version": "1.1.3",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/chownr.git"
},
"main": "chownr.js",
"files": [
"chownr.js"
],
"devDependencies": {
"mkdirp": "0.3",
"rimraf": "",
"tap": "^12.0.1"
},
"scripts": {
"test": "tap test/*.js --cov",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
},
"license": "ISC",
"__npminstall_done": "Fri Jan 03 2020 18:02:09 GMT+0800 (GMT+08:00)",
"_from": "chownr@1.1.3",
"_resolved": "https://registry.npm.taobao.org/chownr/download/chownr-1.1.3.tgz"
}