UNPKG

deep-pluck

Version:

Recursively grab the values of all keys within a deeply nested object

38 lines (37 loc) 1.06 kB
{ "name": "deep-pluck", "version": "0.1.2", "description": "Recursively grab the values of all keys within a deeply nested object", "main": "deep-pluck.js", "scripts": { "test": "gulp test" }, "author": "Nick Tomlin", "license": "ISC", "devDependencies": { "gulp": "~3.5.5", "karma-script-launcher": "~0.1.0", "karma-chrome-launcher": "~0.1.2", "karma-firefox-launcher": "~0.1.3", "karma-html2js-preprocessor": "~0.1.0", "karma-coffee-preprocessor": "~0.1.3", "karma-requirejs": "~0.2.1", "karma-phantomjs-launcher": "~0.1.2", "karma": "~0.10.9", "gulp-karma": "0.0.2", "karma-sauce-launcher": "~0.1.8", "karma-mocha": "^0.1.3", "requirejs": "~2.1.11", "lodash": "^2.4.1", "gulp-mocha": "^0.4.1", "coffee-script": "^1.7.1", "browserify": "^4.1.10", "karma-browserify": "^0.2.1", "gulp-jshint": "^1.6.2", "gulp-browserify": "^0.5.0", "gulp-uglify": "^0.3.0", "gulp-rename": "^1.2.0", "karma-safari-launcher": "^0.1.1", "benchmark": "^1.0.0" } }