package.json 1.6 KB

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