diff options
author | grant-kun <[email protected]> | 2022-09-26 11:31:02 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-26 11:31:02 -0500 |
commit | 4b237cd7f3d9ebffdfc60d987c4df3c2595c3b7c (patch) | |
tree | 1176d127cdedb18918ef8a3d728737c9937af486 /node_modules/utils-merge/package.json | |
parent | ef9d69cee87c45fc4507780a891591cc31ec5481 (diff) |
Delete node_modules directory
Diffstat (limited to 'node_modules/utils-merge/package.json')
-rw-r--r-- | node_modules/utils-merge/package.json | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/node_modules/utils-merge/package.json b/node_modules/utils-merge/package.json deleted file mode 100644 index e36b078..0000000 --- a/node_modules/utils-merge/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "utils-merge", - "version": "1.0.1", - "description": "merge() utility function", - "keywords": [ - "util" - ], - "author": { - "name": "Jared Hanson", - "email": "[email protected]", - "url": "http://www.jaredhanson.net/" - }, - "repository": { - "type": "git", - "url": "git://github.com/jaredhanson/utils-merge.git" - }, - "bugs": { - "url": "http://github.com/jaredhanson/utils-merge/issues" - }, - "license": "MIT", - "licenses": [ - { - "type": "MIT", - "url": "http://opensource.org/licenses/MIT" - } - ], - "main": "./index", - "dependencies": {}, - "devDependencies": { - "make-node": "0.3.x", - "mocha": "1.x.x", - "chai": "1.x.x" - }, - "engines": { - "node": ">= 0.4.0" - }, - "scripts": { - "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js" - } -} |