Install yarn
This commit is contained in:
parent
0453e84836
commit
1fde8a81be
1927 changed files with 82144 additions and 83317 deletions
72
node_modules/array-each/package.json
generated
vendored
72
node_modules/array-each/package.json
generated
vendored
|
@ -1,67 +1,32 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"array-each@1.0.1",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "array-each@1.0.1",
|
||||
"_id": "array-each@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-p5SvDAWrF1KEbudTofIRoFugxE8=",
|
||||
"_location": "/array-each",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "array-each@1.0.1",
|
||||
"name": "array-each",
|
||||
"escapedName": "array-each",
|
||||
"rawSpec": "1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/bach",
|
||||
"/gulp-uglify",
|
||||
"/object.defaults"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz",
|
||||
"_spec": "1.0.1",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"name": "array-each",
|
||||
"description": "Loop over each item in an array and call the given function on every element.",
|
||||
"version": "1.0.1",
|
||||
"homepage": "https://github.com/jonschlinkert/array-each",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"repository": "jonschlinkert/array-each",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/array-each/issues"
|
||||
},
|
||||
"description": "Loop over each item in an array and call the given function on every element.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.11",
|
||||
"mocha": "^3.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/array-each",
|
||||
"keywords": [
|
||||
"array",
|
||||
"each"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "array-each",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/array-each.git"
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.11",
|
||||
"mocha": "^3.2.0"
|
||||
},
|
||||
"keywords": [
|
||||
"array",
|
||||
"each"
|
||||
],
|
||||
"verb": {
|
||||
"toc": false,
|
||||
"layout": "default",
|
||||
|
@ -81,6 +46,5 @@
|
|||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue