You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

119 lines
2.6 KiB

{
"_from": "array-last@^1.1.1",
"_id": "array-last@1.3.0",
"_inBundle": false,
"_integrity": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==",
"_location": "/array-last",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "array-last@^1.1.1",
"name": "array-last",
"escapedName": "array-last",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/bach"
],
"_resolved": "https://registry.npmmirror.com/array-last/-/array-last-1.3.0.tgz",
"_shasum": "7aa77073fec565ddab2493f5f88185f404a9d336",
"_spec": "array-last@^1.1.1",
"_where": "D:\\上海富维东阳工作\\设备管理\\ABP-MicroService-master\\AuthServer\\IdentityServer\\AuthServer.Host\\node_modules\\bach",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/array-last/issues"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"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"
}