wishthis/node_modules/array-initial/package.json

75 lines
1.6 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"array-initial@1.1.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "array-initial@1.1.0",
"_id": "array-initial@1.1.0",
"_inBundle": false,
"_integrity": "sha1-L6dLJnOTccOUe9enrcc74zSz15U=",
"_location": "/array-initial",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "array-initial@1.1.0",
"name": "array-initial",
"escapedName": "array-initial",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/bach"
],
"_resolved": "https://registry.npmjs.org/array-initial/-/array-initial-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "F:\\laragon\\www\\wishthis",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/array-initial/issues"
},
2022-02-23 16:41:13 +00:00
"dependencies": {
"array-slice": "^1.0.0",
"is-number": "^4.0.0"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"description": "Get all but the last element or last n elements of an array.",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"mocha": "^2.0.0",
"should": "^11.2.1"
},
2022-02-23 16:41:13 +00:00
"engines": {
"node": ">=0.10.0"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"homepage": "https://github.com/jonschlinkert/array-initial",
2022-01-21 08:28:41 +00:00
"keywords": [
"array",
"fast",
"first",
"initial",
"javascript",
"js",
"last",
"rest",
"util",
"utility",
"utils"
2022-02-23 16:41:13 +00:00
],
"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"
2022-01-21 08:28:41 +00:00
}