biofriction-wp-theme/node_modules/object.reduce/package.json

85 lines
2.0 KiB
JSON

{
"_args": [
[
"object.reduce@1.0.1",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "object.reduce@1.0.1",
"_id": "object.reduce@1.0.1",
"_inBundle": false,
"_integrity": "sha1-b+NI8qx/oPlcpiEiZZkJaCW7A60=",
"_location": "/object.reduce",
"_phantomChildren": {
"for-in": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "object.reduce@1.0.1",
"name": "object.reduce",
"escapedName": "object.reduce",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/undertaker"
],
"_resolved": "https://registry.npmjs.org/object.reduce/-/object.reduce-1.0.1.tgz",
"_spec": "1.0.1",
"_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/object.reduce/issues"
},
"dependencies": {
"for-own": "^1.0.0",
"make-iterator": "^1.0.0"
},
"description": "Reduces an object to a value that is the accumulated result of running each property in the object through a callback.",
"devDependencies": {
"gulp-format-md": "^0.1.11",
"mocha": "^3.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/object.reduce",
"keywords": [
"object",
"reduce"
],
"license": "MIT",
"main": "index.js",
"name": "object.reduce",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/object.reduce.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
},
"version": "1.0.1"
}