Files
enviPy-bayer/static/js/ketcher2/node_modules/array-slice/package.json
2025-06-23 20:13:54 +02:00

86 lines
1.9 KiB
JSON

{
"_from": "array-slice@^1.0.0",
"_id": "array-slice@1.0.0",
"_inBundle": false,
"_integrity": "sha1-5zA08A3MH0CHYAj9IP6ud71LfC8=",
"_location": "/array-slice",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "array-slice@^1.0.0",
"name": "array-slice",
"escapedName": "array-slice",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/object.defaults"
],
"_resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.0.0.tgz",
"_shasum": "e73034f00dcc1f40876008fd20feae77bd4b7c2f",
"_spec": "array-slice@^1.0.0",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/object.defaults",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/array-slice/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
"devDependencies": {
"gulp-format-md": "^0.1.11",
"mocha": "^3.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/array-slice",
"keywords": [
"array",
"javascript",
"js",
"slice",
"util",
"utils"
],
"license": "MIT",
"main": "index.js",
"name": "array-slice",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/array-slice.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"arr-flatten",
"array-unique",
"array-xor"
]
},
"lint": {
"reflinks": true
}
},
"version": "1.0.0"
}