Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « util-extend « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09bffc78cdb79b8c86cc963b8aa24c310f00e96f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "util-extend",
  "version": "1.0.3",
  "description": "Node's internal object extension function",
  "main": "extend.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/util-extend"
  },
  "author": "",
  "license": "MIT",
  "readmeFilename": "README.md"
}