kubernetes-handbook/node_modules/select/package.json

97 lines
2.4 KiB
JSON

{
"_args": [
[
{
"name": "select",
"raw": "select@^1.1.2",
"rawSpec": "^1.1.2",
"scope": null,
"spec": ">=1.1.2 <2.0.0",
"type": "range"
},
"/gitbook/node_modules/clipboard"
]
],
"_from": "select@>=1.1.2 <2.0.0",
"_id": "select@1.1.2",
"_inCache": true,
"_installable": true,
"_location": "/select",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/select-1.1.2.tgz_1486538734071_0.6133254992309958"
},
"_npmUser": {
"email": "zno.rocha@gmail.com",
"name": "zenorocha"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"name": "select",
"raw": "select@^1.1.2",
"rawSpec": "^1.1.2",
"scope": null,
"spec": ">=1.1.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/clipboard"
],
"_resolved": "https://registry.npmjs.org/select/-/select-1.1.2.tgz",
"_shasum": "0e7350acdec80b1108528786ec1d4418d11b396d",
"_shrinkwrap": null,
"_spec": "select@^1.1.2",
"_where": "/gitbook/node_modules/clipboard",
"bugs": {
"url": "https://github.com/zenorocha/select/issues"
},
"dependencies": {},
"description": "Programmatically select the text of a HTML element",
"devDependencies": {
"browserify": "^14.0.0",
"chai": "^3.3.0",
"karma": "^1.4.1",
"karma-browserify": "^5.1.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"mocha": "^3.2.0",
"phantomjs": "^2.1.7"
},
"directories": {},
"dist": {
"shasum": "0e7350acdec80b1108528786ec1d4418d11b396d",
"tarball": "https://registry.npmjs.org/select/-/select-1.1.2.tgz"
},
"gitHead": "53e4a21d674cdfb09026e0474d95dc3779e7ff4a",
"homepage": "https://github.com/zenorocha/select#readme",
"keywords": [
"range",
"select",
"selecting",
"selection"
],
"license": "MIT",
"main": "src/select.js",
"maintainers": [
{
"email": "zno.rocha@gmail.com",
"name": "zenorocha"
}
],
"name": "select",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/zenorocha/select.git"
},
"scripts": {
"build": "browserify src/select.js -s select -o dist/select.js",
"test": "karma start --single-run"
},
"version": "1.1.2"
}