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

76 lines
1.8 KiB
JSON

{
"_args": [
[
"array-initial@1.1.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_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": "/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-initial/issues"
},
"dependencies": {
"array-slice": "^1.0.0",
"is-number": "^4.0.0"
},
"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"
}