wishthis/node_modules/array-each/package.json

87 lines
1.8 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_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"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"_requiredBy": [
"/bach",
"/gulp-uglify",
"/object.defaults"
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_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"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/jonschlinkert/array-each/issues"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"description": "Loop over each item in an array and call the given function on every element.",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"gulp-format-md": "^0.1.11",
"mocha": "^3.2.0"
},
2022-02-23 16:41:13 +00:00
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/array-each",
2022-01-21 08:28:41 +00:00
"keywords": [
"array",
"each"
],
2022-02-23 16:41:13 +00:00
"license": "MIT",
"main": "index.js",
"name": "array-each",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/array-each.git"
},
"scripts": {
"test": "mocha"
},
2022-01-21 08:28:41 +00:00
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"collection-map",
"arr-filter",
"arr-map"
]
},
"lint": {
"reflinks": true
}
2022-02-23 16:41:13 +00:00
},
"version": "1.0.1"
2022-01-21 08:28:41 +00:00
}