CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json31 linesDownload Raw Back to find-root
1{2  "name": "find-root",3  "author": "jsdnxx",4  "version": "1.1.0",5  "description": "find the closest package.json",6  "keywords": [7    "fs",8    "get",9    "find",10    "closest",11    "package",12    "module",13    "base",14    "root"15  ],16  "main": "index.js",17  "scripts": {18    "pretest": "standard",19    "test": "mocha"20  },21  "repository": "git@github.com:js-n/find-root.git",22  "license": "MIT",23  "readmeFilename": "README.md",24  "devDependencies": {25    "chai": "^4.0.2",26    "mocha": "^3.4.2",27    "moquire": "^1.5.5",28    "standard": "^10.0.2"29  }30}31 
basant307/AI_Governance_Project · CoolFace