package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "@soda/get-current-script@^1.0.0",
  3. "_id": "@soda/get-current-script@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==",
  6. "_location": "/@soda/get-current-script",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@soda/get-current-script@^1.0.0",
  12. "name": "@soda/get-current-script",
  13. "escapedName": "@soda%2fget-current-script",
  14. "scope": "@soda",
  15. "rawSpec": "^1.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.0.0"
  18. },
  19. "_requiredBy": [
  20. "/@vue/cli-service"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@soda/get-current-script/-/get-current-script-1.0.2.tgz",
  23. "_shasum": "a53515db25d8038374381b73af20bb4f2e508d87",
  24. "_spec": "@soda/get-current-script@^1.0.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@vue\\cli-service",
  26. "author": {
  27. "name": "Haoqun Jiang"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/sodatea/get-current-script/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "get the current executing script, with polyfills for IE9+ and Firefox",
  36. "devDependencies": {
  37. "chromedriver": "^83.0.0",
  38. "geckodriver": "^1.19.1",
  39. "iedriver": "^3.14.1",
  40. "nightwatch": "^1.3.4",
  41. "selenium-server": "^3.141.59",
  42. "serve": "^11.3.1",
  43. "start-server-and-test": "^1.10.8"
  44. },
  45. "homepage": "https://github.com/sodatea/get-current-script#readme",
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "@soda/get-current-script",
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/sodatea/get-current-script.git"
  55. },
  56. "scripts": {
  57. "ci": "yarn ci:chrome && yarn ci:firefox && yarn ci:ie",
  58. "ci:chrome": "yarn start-test start http://localhost:5000 test:chrome",
  59. "ci:firefox": "yarn start-test start http://localhost:5000 test:firefox",
  60. "ci:ie": "yarn start-test start http://localhost:5000 test:ie",
  61. "start": "serve .",
  62. "test:chrome": "nightwatch -t test.js -e chrome",
  63. "test:firefox": "nightwatch -t test.js -e firefox",
  64. "test:ie": "nightwatch -t test.js -e ie"
  65. },
  66. "version": "1.0.2"
  67. }