107 lines
3.1 KiB
JSON
107 lines
3.1 KiB
JSON
{
|
|
"_from": "cookie-storage@^6.1.0",
|
|
"_id": "cookie-storage@6.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-HeVqbVy8BjXhAAuFtL6MTG+witHoLbxfky2jgVh9FmxmyL6IKa9gSSyPNjevXCCCxPu6Tzd9J8+eXTRQzYU/cg==",
|
|
"_location": "/cookie-storage",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cookie-storage@^6.1.0",
|
|
"name": "cookie-storage",
|
|
"escapedName": "cookie-storage",
|
|
"rawSpec": "^6.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/vconsole"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cookie-storage/-/cookie-storage-6.1.0.tgz",
|
|
"_shasum": "291b2f662d961be44f999626593421cbfcf23790",
|
|
"_spec": "cookie-storage@^6.1.0",
|
|
"_where": "D:\\workspace\\builder\\hzfb2\\zhhq_hz_igw\\node_modules\\vconsole",
|
|
"author": {
|
|
"name": "bouzuya",
|
|
"email": "m@bouzuya.net",
|
|
"url": "http://bouzuya.net"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"browsers": "> 0.25%, not dead",
|
|
"node": "10"
|
|
}
|
|
}
|
|
],
|
|
"power-assert"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bouzuya/cookie-storage/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "A Web Storage interface for Cookie",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.8.3",
|
|
"@babel/core": "^7.8.3",
|
|
"@babel/preset-env": "^7.8.3",
|
|
"@types/node": "^10.17.14",
|
|
"@types/power-assert": "^1.5.0",
|
|
"@types/proxyquire": "^1.3.28",
|
|
"@typescript-eslint/eslint-plugin": "^3.8.0",
|
|
"@typescript-eslint/parser": "^3.8.0",
|
|
"babel-preset-power-assert": "^3.0.0",
|
|
"beater": "^9.0.0",
|
|
"beater-helpers": "^2.0.0",
|
|
"eslint": "^7.6.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"power-assert": "^1.6.1",
|
|
"prettier": "^2.0.5",
|
|
"proxyquire": "^2.1.3",
|
|
"rimraf": "^3.0.0",
|
|
"typescript": "^3.9.7",
|
|
"watch": "^1.0.2"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/bouzuya/cookie-storage",
|
|
"keywords": [
|
|
"browser",
|
|
"cookie",
|
|
"storage"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"name": "cookie-storage",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bouzuya/cookie-storage.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm-run-all -s build:format build:lint build:ts build:es2015 build:lib",
|
|
"build:es2015": "babel --out-dir \".tmp/es5/\" \".tmp/es2015/\"",
|
|
"build:format": "prettier --check '{src,test}/**/*.ts'",
|
|
"build:lib": "babel --copy-files --no-comments --out-dir \"lib/\" \".tmp/es2015/src/\"",
|
|
"build:lint": "eslint '{src,test}/**/*.ts'",
|
|
"build:ts": "tsc",
|
|
"clean": "rimraf \".tmp\" \"lib\"",
|
|
"format": "prettier --write '{src,test}/**/*.ts'",
|
|
"prepare": "npm-run-all -s \"clean\" \"build\"",
|
|
"test": "node \".tmp/es5/test\"",
|
|
"watch": "npm-run-all -p \"watch:*\"",
|
|
"watch:es2015": "npm run \"build:es2015\" -- --watch",
|
|
"watch:test": "watch --wait 2 \"npm test\" \".tmp/es5/\"",
|
|
"watch:ts": "npm run \"build:ts\" -- --watch"
|
|
},
|
|
"typings": "./lib/index.d.ts",
|
|
"version": "6.1.0"
|
|
}
|