Created
July 11, 2018 19:51
ui-select@0.20.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_args": [ | |
[ | |
"ui-select@0.20.0", | |
"--redacted--" | |
] | |
], | |
"_from": "ui-select@0.20.0", | |
"_id": "ui-select@0.20.0", | |
"_inCache": true, | |
"_location": "/ui-select", | |
"_nodeVersion": "5.9.1", | |
"_npmOperationalInternal": { | |
"host": "packages-12-west.internal.npmjs.com", | |
"tmp": "tmp/ui-select-0.20.0.tgz_1476906334955_0.622812133282423" | |
}, | |
"_npmUser": { | |
"email": "aaronaroberson@gmail.com", | |
"name": "aaronroberson" | |
}, | |
"_npmVersion": "3.7.3", | |
"_phantomChildren": {}, | |
"_requested": { | |
"name": "ui-select", | |
"raw": "ui-select@0.20.0", | |
"rawSpec": "0.20.0", | |
"scope": null, | |
"spec": "0.20.0", | |
"type": "version" | |
}, | |
"_requiredBy": [ | |
"#DEV:/" | |
], | |
"_resolved": "https://registry.npmjs.org/ui-select/-/ui-select-0.20.0.tgz", | |
"_shasum": "1d7cdb44d2c7c76b338f0b1a00adb18bd051dafd", | |
"_shrinkwrap": null, | |
"_spec": "ui-select@0.20.0", | |
"_where": "--redacted--", | |
"author": { | |
"name": "http://github.com/angular-ui/ui-select/graphs/contributors" | |
}, | |
"bugs": { | |
"url": "https://github.com/angular-ui/ui-select/issues" | |
}, | |
"dependencies": {}, | |
"description": "AngularJS-native version of [Select2](http://ivaynberg.github.io/select2/) and [Selectize](http://brianreavis.github.io/selectize.js/). [http://angular-ui.github.io/ui-select/](http://angular-ui.github.io/ui-select/)", | |
"devDependencies": { | |
"angular": "^1.2.18", | |
"angular-mocks": "^1.2.18", | |
"angular-sanitize": "^1.2.18", | |
"conventional-changelog": "^0.5.3", | |
"conventional-recommended-bump": "0.0.3", | |
"del": "~0.1.1", | |
"event-stream": "~3.1.0", | |
"gulp": "^3.9.1", | |
"gulp-angular-templatecache": "^1.8.0", | |
"gulp-bump": "^1.0.0", | |
"gulp-concat": "^2.6.0", | |
"gulp-conventional-changelog": "^0.7.0", | |
"gulp-filenames": "^2.0.0", | |
"gulp-footer": "^1.0.5", | |
"gulp-git": "^1.4.0", | |
"gulp-header": "^1.7.1", | |
"gulp-jshint": "^2.0.0", | |
"gulp-load-plugins": "^1.1.0", | |
"gulp-minify-css": "^1.2.4", | |
"gulp-minify-html": "^1.0.6", | |
"gulp-plumber": "^0.6.3", | |
"gulp-replace": "^0.5.4", | |
"gulp-sourcemaps": "^1.6.0", | |
"gulp-tag-version": "^1.3.0", | |
"gulp-uglify": "^1.5.3", | |
"gulp-util": "^2.2.19", | |
"jquery": "~1.11", | |
"jshint": "^2.9.1", | |
"jshint-stylish": "~0.3.0", | |
"karma": "^0.12.16", | |
"karma-chrome-launcher": "^0.1.3", | |
"karma-coverage": "~0.2", | |
"karma-firefox-launcher": "~0.1", | |
"karma-jasmine": "~0.2", | |
"karma-ng-html2js-preprocessor": "^0.1.0", | |
"karma-phantomjs-launcher": "~0.1.4", | |
"run-sequence": "^1.1.5", | |
"streamqueue": "^1.1.1", | |
"title-case": "^1.1.2" | |
}, | |
"directories": {}, | |
"dist": { | |
"shasum": "1d7cdb44d2c7c76b338f0b1a00adb18bd051dafd", | |
"tarball": "https://registry.npmjs.org/ui-select/-/ui-select-0.20.0.tgz" | |
}, | |
"gitHead": "27b9a17117ea887ecff2833a2a16b5fe8fe1de69", | |
"homepage": "http://github.com/angular-ui/ui-select", | |
"installable": true, | |
"license": "MIT", | |
"main": "./index.js", | |
"maintainers": [ | |
{ | |
"name": "aaronroberson", | |
"email": "aaronaroberson@gmail.com" | |
}, | |
{ | |
"name": "ark", | |
"email": "npm@mail.wtwf.com" | |
}, | |
{ | |
"name": "mkoryak", | |
"email": "mkoryak@gmail.com" | |
} | |
], | |
"name": "ui-select", | |
"optionalDependencies": {}, | |
"repository": { | |
"url": "git://github.com/angular-ui/ui-select.git" | |
}, | |
"scripts": { | |
"test": "gulp test" | |
}, | |
"spm": { | |
"main": "dist/select.js", | |
"output": [ | |
"dist/select.css" | |
] | |
}, | |
"style": "dist/select.css", | |
"version": "0.20.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment