| Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/underscore/package.json
|
| diff --git a/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/underscore/package.json b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/underscore/package.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0613649ec2772958373eceda75465822411fa056
|
| --- /dev/null
|
| +++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/underscore/package.json
|
| @@ -0,0 +1,51 @@
|
| +{
|
| + "name": "underscore",
|
| + "description": "JavaScript's functional programming helper library.",
|
| + "homepage": "http://underscorejs.org",
|
| + "keywords": [
|
| + "util",
|
| + "functional",
|
| + "server",
|
| + "client",
|
| + "browser"
|
| + ],
|
| + "author": {
|
| + "name": "Jeremy Ashkenas",
|
| + "email": "jeremy@documentcloud.org"
|
| + },
|
| + "repository": {
|
| + "type": "git",
|
| + "url": "git://github.com/jashkenas/underscore.git"
|
| + },
|
| + "main": "underscore.js",
|
| + "version": "1.7.0",
|
| + "devDependencies": {
|
| + "docco": "0.6.x",
|
| + "phantomjs": "1.9.7-1",
|
| + "uglify-js": "2.4.x",
|
| + "eslint": "0.6.x"
|
| + },
|
| + "scripts": {
|
| + "test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true && eslint underscore.js test/*.js test/vendor/runner.js",
|
| + "build": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m --source-map underscore-min.map -o underscore-min.js",
|
| + "doc": "docco underscore.js"
|
| + },
|
| + "licenses": [
|
| + {
|
| + "type": "MIT",
|
| + "url": "https://raw.github.com/jashkenas/underscore/master/LICENSE"
|
| + }
|
| + ],
|
| + "files": [
|
| + "underscore.js",
|
| + "underscore-min.js",
|
| + "LICENSE"
|
| + ],
|
| + "readme": " __\n /\\ \\ __\n __ __ ___ \\_\\ \\ __ _ __ ____ ___ ___ _ __ __ /\\_\\ ____\n /\\ \\/\\ \\ /' _ `\\ /'_ \\ /'__`\\/\\ __\\/ ,__\\ / ___\\ / __`\\/\\ __\\/'__`\\ \\/\\ \\ /',__\\\n \\ \\ \\_\\ \\/\\ \\/\\ \\/\\ \\ \\ \\/\\ __/\\ \\ \\//\\__, `\\/\\ \\__//\\ \\ \\ \\ \\ \\//\\ __/ __ \\ \\ \\/\\__, `\\\n \\ \\____/\\ \\_\\ \\_\\ \\___,_\\ \\____\\\\ \\_\\\\/\\____/\\ \\____\\ \\____/\\ \\_\\\\ \\____\\/\\_\\ _\\ \\ \\/\\____/\n \\/___/ \\/_/\\/_/\\/__,_ /\\/____/ \\/_/ \\/___/ \\/____/\\/___/ \\/_/ \\/____/\\/_//\\ \\_\\ \\/___/\n \\ \\____/\n \\/___/\n\nUnderscore.js is a utility-belt library for JavaScript that provides\nsupport for the usual functional suspects (each, map, reduce, filter...)\nwithout extending any core JavaScript objects.\n\nFor Docs, License, Tests, and pre-packed downloads, see:\nhttp://underscorejs.org\n\nUnderscore is an open-sourced component of DocumentCloud:\nhttps://github.com/documentcloud\n\nMany thanks to our contributors:\nhttps://github.com/jashkenas/underscore/contributors\n",
|
| + "readmeFilename": "README.md",
|
| + "bugs": {
|
| + "url": "https://github.com/jashkenas/underscore/issues"
|
| + },
|
| + "_id": "underscore@1.7.0",
|
| + "_from": "underscore@~1.7.0"
|
| +}
|
|
|