recoder-code
Version:
Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities
30 lines (29 loc) • 704 B
JSON
{
"name": "arraydiff",
"description": "Diff two arrays, finding inserts, removes, and moves",
"homepage": "https://github.com/derbyjs/arraydiff",
"repository": {
"type": "git",
"url": "git+https://github.com/derbyjs/arraydiff.git"
},
"version": "0.1.3",
"main": "./index.js",
"scripts": {
"test": "mocha test.js && ./node_modules/.bin/jshint *.js"
},
"dependencies": {},
"devDependencies": {
"expect.js": "^0.3.1",
"jshint": "^2.8.0",
"mocha": "^2.3.4"
},
"optionalDependencies": {},
"bugs": {
"url": "https://github.com/derbyjs/arraydiff/issues"
},
"directories": {
"example": "example"
},
"author": "Nate Smith",
"license": "MIT"
}