basant307/AI_Governance_Project
048
1{2 "name": "module-details-from-path",3 "version": "1.0.4",4 "description": "Resolve npm package details, like name and base path, given an absolute path to a file inside a package",5 "main": "index.js",6 "files": [],7 "dependencies": {},8 "devDependencies": {9 "bench-node": "^0.5.4",10 "standard": "^15.0.1",11 "tape": "^4.6.0"12 },13 "scripts": {14 "bench": "node --allow-natives-syntax bench.js",15 "lint": "standard",16 "test": "standard && node test.js",17 "test:ci": "node test.js"18 },19 "repository": {20 "type": "git",21 "url": "git+https://github.com/watson/module-details-from-path.git"22 },23 "keywords": [24 "node",25 "nodejs",26 "npm",27 "module",28 "package",29 "extract",30 "parse",31 "name",32 "basedir",33 "directory",34 "path",35 "relative"36 ],37 "author": "Thomas Watson <w@tson.dk> (https://wa.tson.dk/)",38 "license": "MIT",39 "bugs": {40 "url": "https://github.com/watson/module-details-from-path/issues"41 },42 "homepage": "https://github.com/watson/module-details-from-path#readme",43 "coordinates": [44 55.666507,45 12.579871146 ]47}48 