package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "cookie-storage@6.1.0",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_from": "cookie-storage@6.1.0",
  9. "_id": "cookie-storage@6.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-HeVqbVy8BjXhAAuFtL6MTG+witHoLbxfky2jgVh9FmxmyL6IKa9gSSyPNjevXCCCxPu6Tzd9J8+eXTRQzYU/cg==",
  12. "_location": "/cookie-storage",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cookie-storage@6.1.0",
  18. "name": "cookie-storage",
  19. "escapedName": "cookie-storage",
  20. "rawSpec": "6.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "6.1.0"
  23. },
  24. "_requiredBy": [
  25. "/vconsole"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cookie-storage/-/cookie-storage-6.1.0.tgz",
  28. "_spec": "6.1.0",
  29. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  30. "author": {
  31. "name": "bouzuya",
  32. "email": "m@bouzuya.net",
  33. "url": "http://bouzuya.net"
  34. },
  35. "babel": {
  36. "presets": [
  37. [
  38. "@babel/preset-env",
  39. {
  40. "targets": {
  41. "browsers": "> 0.25%, not dead",
  42. "node": "10"
  43. }
  44. }
  45. ],
  46. "power-assert"
  47. ]
  48. },
  49. "bugs": {
  50. "url": "https://github.com/bouzuya/cookie-storage/issues"
  51. },
  52. "description": "A Web Storage interface for Cookie",
  53. "devDependencies": {
  54. "@babel/cli": "^7.8.3",
  55. "@babel/core": "^7.8.3",
  56. "@babel/preset-env": "^7.8.3",
  57. "@types/node": "^10.17.14",
  58. "@types/power-assert": "^1.5.0",
  59. "@types/proxyquire": "^1.3.28",
  60. "@typescript-eslint/eslint-plugin": "^3.8.0",
  61. "@typescript-eslint/parser": "^3.8.0",
  62. "babel-preset-power-assert": "^3.0.0",
  63. "beater": "^9.0.0",
  64. "beater-helpers": "^2.0.0",
  65. "eslint": "^7.6.0",
  66. "eslint-config-prettier": "^6.11.0",
  67. "npm-run-all": "^4.1.5",
  68. "power-assert": "^1.6.1",
  69. "prettier": "^2.0.5",
  70. "proxyquire": "^2.1.3",
  71. "rimraf": "^3.0.0",
  72. "typescript": "^3.9.7",
  73. "watch": "^1.0.2"
  74. },
  75. "files": [
  76. "lib"
  77. ],
  78. "homepage": "https://github.com/bouzuya/cookie-storage",
  79. "keywords": [
  80. "browser",
  81. "cookie",
  82. "storage"
  83. ],
  84. "license": "MIT",
  85. "main": "./lib/index.js",
  86. "name": "cookie-storage",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/bouzuya/cookie-storage.git"
  90. },
  91. "scripts": {
  92. "build": "npm-run-all -s build:format build:lint build:ts build:es2015 build:lib",
  93. "build:es2015": "babel --out-dir \".tmp/es5/\" \".tmp/es2015/\"",
  94. "build:format": "prettier --check '{src,test}/**/*.ts'",
  95. "build:lib": "babel --copy-files --no-comments --out-dir \"lib/\" \".tmp/es2015/src/\"",
  96. "build:lint": "eslint '{src,test}/**/*.ts'",
  97. "build:ts": "tsc",
  98. "clean": "rimraf \".tmp\" \"lib\"",
  99. "format": "prettier --write '{src,test}/**/*.ts'",
  100. "prepare": "npm-run-all -s \"clean\" \"build\"",
  101. "test": "node \".tmp/es5/test\"",
  102. "watch": "npm-run-all -p \"watch:*\"",
  103. "watch:es2015": "npm run \"build:es2015\" -- --watch",
  104. "watch:test": "watch --wait 2 \"npm test\" \".tmp/es5/\"",
  105. "watch:ts": "npm run \"build:ts\" -- --watch"
  106. },
  107. "typings": "./lib/index.d.ts",
  108. "version": "6.1.0"
  109. }