common-sequence
Version:
Returns an array containing the initial elements which both input arrays have in common
37 lines (36 loc) • 816 B
JSON
{
"name": "common-sequence",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "3.0.0",
"description": "Returns an array containing the initial elements which both input arrays have in common",
"repository": "https://github.com/75lb/common-sequence",
"license": "MIT",
"type": "module",
"exports": {
"import": "./index.js",
"require": "./dist/index.cjs"
},
"keywords": [
"common",
"path",
"folder",
"dir",
"compare",
"parent",
"array",
"sequence"
],
"engines": {
"node": ">=12.17"
},
"scripts": {
"test": "75lb-nature test-runner test.js",
"docs": "75lb-nature jsdoc2md -t README.hbs index.js > README.md",
"dist": "75lb-nature cjs-build index.js"
},
"devDependencies": {},
"files": [
"index.js",
"dist"
]
}