HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/math/ui/node_modules/di/package.json
{
  "name": "di",
  "version": "0.0.1",
  "description": "Dependency Injection for Node.js. Heavily inspired by AngularJS.",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script test/*"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/vojtajina/node-di.git"
  },
  "keywords": [
    "di",
    "dependency",
    "injection",
    "injector"
  ],
  "devDependencies": {
    "grunt": "~0.4.0rc5",
    "grunt-simple-mocha": "~0.3.2",
    "grunt-contrib-jshint": "~0.1.1rc5",
    "mocha": "1.8.1",
    "chai": "1.4.2",
    "coffee-script": "1.4.0"
  },
  "author": "Vojta Jina <vojta.jina@gmail.com>",
  "license": "MIT"
}