biofriction-wp-theme/node_modules/array-last/package.json

124 lines
2.6 KiB
JSON

{
"_args": [
[
"array-last@1.3.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "array-last@1.3.0",
"_id": "array-last@1.3.0",
"_inBundle": false,
"_integrity": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==",
"_location": "/array-last",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "array-last@1.3.0",
"name": "array-last",
"escapedName": "array-last",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/bach"
],
"_resolved": "https://registry.npmjs.org/array-last/-/array-last-1.3.0.tgz",
"_spec": "1.3.0",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/array-last/issues"
},
"contributors": [
{
"name": "Ben Drucker",
"url": "http://www.bendrucker.me"
},
{
"name": "Blaine Bublitz",
"url": "https://twitter.com/BlaineBublitz"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Stephen A. Wilson",
"url": "https://github.com/SpyMaster356"
}
],
"dependencies": {
"is-number": "^4.0.0"
},
"description": "Get the last or last n elements in an array.",
"devDependencies": {
"ansi-bold": "^0.1.1",
"array-slice": "^1.0.0",
"benchmarked": "^1.1.1",
"gulp-format-md": "^1.0.0",
"matched": "^1.0.2",
"mocha": "^3.5.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/array-last",
"keywords": [
"array",
"fast",
"first",
"initial",
"javascript",
"js",
"last",
"rest",
"util",
"utility",
"utils"
],
"license": "MIT",
"main": "index.js",
"name": "array-last",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/array-last.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"arr-union",
"array-unique",
"array-xor"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
},
"version": "1.3.0"
}