package.json 2.2 KB

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