File: /var/www/zaklada/html/node_modules/gulp-notify/node_modules/arr-union/package.json
{
"_args": [
[
"arr-union@2.1.0",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "arr-union@2.1.0",
"_id": "arr-union@2.1.0",
"_inBundle": false,
"_integrity": "sha1-IPnqtexw9cfSFbEHexw5Fh0pLH0=",
"_location": "/gulp-notify/arr-union",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "arr-union@2.1.0",
"name": "arr-union",
"escapedName": "arr-union",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/gulp-notify/plugin-error"
],
"_resolved": "https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/arr-union/issues"
},
"description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
"devDependencies": {
"array-union": "^1.0.1",
"array-unique": "^0.2.1",
"benchmarked": "^0.1.3",
"chalk": "^1.0.0",
"minimist": "^1.1.1",
"mocha": "^2.2.1",
"should": "^5.2.0",
"verb": "^0.8.6"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/arr-union",
"keywords": [
"add",
"append",
"array",
"arrays",
"combine",
"concat",
"extend",
"union",
"uniq",
"unique",
"util",
"utility",
"utils"
],
"license": "MIT",
"main": "index.js",
"name": "arr-union",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/arr-union.git"
},
"scripts": {
"test": "mocha"
},
"version": "2.1.0"
}