package.json 3.1 KB

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