// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs16
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
delegates
[ PARENT ]
EDIT :: package.json
{ "name": "delegates", "version": "1.0.0", "repository": "visionmedia/node-delegates", "description": "delegate methods and accessors to another property", "keywords": ["delegate", "delegation"], "dependencies": {}, "devDependencies": { "mocha": "*", "should": "*" }, "license": "MIT" }
SAVE
CANCEL