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.
71 lines
1.8 KiB
71 lines
1.8 KiB
{
|
|
"_from": "array-initial@^1.0.0",
|
|
"_id": "array-initial@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-BC4Yl89vneCYfpLrs5JU2aAu9/a+xWbeKhvISg9PT7eWFB9UlRvI+rKEtk6mgxWr3dSkk9gQ8hCrdqt06NXPdw==",
|
|
"_location": "/array-initial",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "array-initial@^1.0.0",
|
|
"name": "array-initial",
|
|
"escapedName": "array-initial",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/bach"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/array-initial/-/array-initial-1.1.0.tgz",
|
|
"_shasum": "2fa74b26739371c3947bd7a7adc73be334b3d795",
|
|
"_spec": "array-initial@^1.0.0",
|
|
"_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-initial/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"array-slice": "^1.0.0",
|
|
"is-number": "^4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get all but the last element or last n elements of an array.",
|
|
"devDependencies": {
|
|
"mocha": "^2.0.0",
|
|
"should": "^11.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"homepage": "https://github.com/jonschlinkert/array-initial",
|
|
"keywords": [
|
|
"array",
|
|
"fast",
|
|
"first",
|
|
"initial",
|
|
"javascript",
|
|
"js",
|
|
"last",
|
|
"rest",
|
|
"util",
|
|
"utility",
|
|
"utils"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "array-initial",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jonschlinkert/array-initial.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|
|
|