package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "select@^1.1.2",
  3. "_id": "select@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=",
  6. "_location": "/select",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "select@^1.1.2",
  12. "name": "select",
  13. "escapedName": "select",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/clipboard"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/select/-/select-1.1.2.tgz",
  22. "_shasum": "0e7350acdec80b1108528786ec1d4418d11b396d",
  23. "_spec": "select@^1.1.2",
  24. "_where": "/Users/wanglili/Documents/work/GitHub/yuyao/node_modules/clipboard",
  25. "bugs": {
  26. "url": "https://github.com/zenorocha/select/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "Programmatically select the text of a HTML element",
  31. "devDependencies": {
  32. "browserify": "^14.0.0",
  33. "chai": "^3.3.0",
  34. "karma": "^1.4.1",
  35. "karma-browserify": "^5.1.1",
  36. "karma-chai": "^0.1.0",
  37. "karma-mocha": "^1.3.0",
  38. "karma-phantomjs-launcher": "^1.0.2",
  39. "mocha": "^3.2.0",
  40. "phantomjs": "^2.1.7"
  41. },
  42. "homepage": "https://github.com/zenorocha/select#readme",
  43. "keywords": [
  44. "range",
  45. "select",
  46. "selecting",
  47. "selection"
  48. ],
  49. "license": "MIT",
  50. "main": "src/select.js",
  51. "name": "select",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/zenorocha/select.git"
  55. },
  56. "scripts": {
  57. "build": "browserify src/select.js -s select -o dist/select.js",
  58. "test": "karma start --single-run"
  59. },
  60. "version": "1.1.2"
  61. }