{ "_from": "common-sequence@^2.0.2", "_id": "common-sequence@2.0.2", "_inBundle": false, "_integrity": "sha512-jAg09gkdkrDO9EWTdXfv80WWH3yeZl5oT69fGfedBNS9pXUKYInVJ1bJ+/ht2+Moeei48TmSbQDYMc8EOx9G0g==", "_location": "/common-sequence", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "common-sequence@^2.0.2", "name": "common-sequence", "escapedName": "common-sequence", "rawSpec": "^2.0.2", "saveSpec": null, "fetchSpec": "^2.0.2" }, "_requiredBy": [ "/dmd" ], "_resolved": "https://registry.npmjs.org/common-sequence/-/common-sequence-2.0.2.tgz", "_shasum": "accc76bdc5876a1fcd92b73484d4285fff99d838", "_spec": "common-sequence@^2.0.2", "_where": "/home/l/plc/node-red/node_modules/dmd", "author": { "name": "Lloyd Brookes", "email": "75pound@gmail.com" }, "bugs": { "url": "https://github.com/75lb/common-sequence/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Returns an array containing the initial elements which both input arrays have in common", "devDependencies": { "jsdoc-to-markdown": "^7.0.0", "rollup": "^2.41.2", "test-runner": "^0.6.3" }, "engines": { "node": ">=8" }, "files": [ "index.mjs", "dist/index.js" ], "homepage": "https://github.com/75lb/common-sequence#readme", "keywords": [ "common", "path", "folder", "dir", "compare", "parent", "array", "sequence" ], "license": "MIT", "main": "dist/index.js", "module": "index.mjs", "name": "common-sequence", "repository": { "type": "git", "url": "git+https://github.com/75lb/common-sequence.git" }, "scripts": { "dist": "rollup -f umd -n commonSequence -o dist/index.js index.mjs", "docs": "jsdoc2md -c jsdoc.conf -t README.hbs index.mjs > README.md", "test": "test-runner test.js" }, "version": "2.0.2" }