CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json39 linesDownload Raw Back to min-indent
1{2  "name": "min-indent",3  "version": "1.0.1",4  "description": "Get the shortest leading whitespace from lines in a string",5  "main": "index.js",6  "license": "MIT",7  "repository": "https://github.com/thejameskyle/min-indent",8  "author": {9    "name": "James Kyle",10    "email": "me@thejameskyle.com",11    "url": "thejameskyle.com"12  },13  "engines": {14    "node": ">=4"15  },16  "scripts": {17    "test": "xo && ava"18  },19  "files": [20    "index.js"21  ],22  "keywords": [23    "indent",24    "indentation",25    "normalize",26    "whitespace",27    "space",28    "tab",29    "string",30    "str",31    "min",32    "minimum"33  ],34  "devDependencies": {35    "ava": "*",36    "xo": "*"37  }38}39 
basant307/AI_Governance_Project · CoolFace