package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "select@1.1.2",
  5. "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam"
  6. ]
  7. ],
  8. "_from": "select@1.1.2",
  9. "_id": "select@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==",
  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. "/",
  26. "/clipboard"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/select/-/select-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam",
  31. "bugs": {
  32. "url": "https://github.com/zenorocha/select/issues"
  33. },
  34. "description": "Programmatically select the text of a HTML element",
  35. "devDependencies": {
  36. "browserify": "^14.0.0",
  37. "chai": "^3.3.0",
  38. "karma": "^1.4.1",
  39. "karma-browserify": "^5.1.1",
  40. "karma-chai": "^0.1.0",
  41. "karma-mocha": "^1.3.0",
  42. "karma-phantomjs-launcher": "^1.0.2",
  43. "mocha": "^3.2.0",
  44. "phantomjs": "^2.1.7"
  45. },
  46. "homepage": "https://github.com/zenorocha/select#readme",
  47. "keywords": [
  48. "range",
  49. "select",
  50. "selecting",
  51. "selection"
  52. ],
  53. "license": "MIT",
  54. "main": "src/select.js",
  55. "name": "select",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/zenorocha/select.git"
  59. },
  60. "scripts": {
  61. "build": "browserify src/select.js -s select -o dist/select.js",
  62. "test": "karma start --single-run"
  63. },
  64. "version": "1.1.2"
  65. }