73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
|
{
|
||
|
"_from": "common-sequence@^2.0.0",
|
||
|
"_id": "common-sequence@2.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-f0QqPLpRTgMQn/pQIynf+SdE73Lw5Q1jn4hjirHLgH/NJ71TiHjXusV16BmOyuK5rRQ1W2f++II+TFZbQOh4hA==",
|
||
|
"_location": "/common-sequence",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "common-sequence@^2.0.0",
|
||
|
"name": "common-sequence",
|
||
|
"escapedName": "common-sequence",
|
||
|
"rawSpec": "^2.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/dmd"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/common-sequence/-/common-sequence-2.0.0.tgz",
|
||
|
"_shasum": "a4f01aaf5aebd0ac1ce43653e8c8fe6f0ef3a987",
|
||
|
"_spec": "common-sequence@^2.0.0",
|
||
|
"_where": "/home/juan/bigint-crypto-utils/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": "^5.0.1",
|
||
|
"rollup": "^1.21.4",
|
||
|
"test-runner": "^0.6.0"
|
||
|
},
|
||
|
"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": "npm run dist && test-runner test.js"
|
||
|
},
|
||
|
"version": "2.0.0"
|
||
|
}
|