CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
package.json30 linesDownload Raw Back to chownr
1{2  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",3  "name": "chownr",4  "description": "like `chown -R`",5  "version": "1.1.4",6  "repository": {7    "type": "git",8    "url": "git://github.com/isaacs/chownr.git"9  },10  "main": "chownr.js",11  "files": [12    "chownr.js"13  ],14  "devDependencies": {15    "mkdirp": "0.3",16    "rimraf": "^2.7.1",17    "tap": "^14.10.6"18  },19  "tap": {20    "check-coverage": true21  },22  "scripts": {23    "test": "tap",24    "preversion": "npm test",25    "postversion": "npm publish",26    "prepublishOnly": "git push origin --follow-tags"27  },28  "license": "ISC"29}30