Files
soulspace/node_modules/store/package.json
2025-03-05 15:16:45 +08:00

110 lines
2.5 KiB
JSON

{
"_from": "store@^2.0.12",
"_id": "store@2.0.12",
"_inBundle": false,
"_integrity": "sha512-eO9xlzDpXLiMr9W1nQ3Nfp9EzZieIQc10zPPMP5jsVV7bLOziSFFBP0XoDXACEIFtdI+rIz0NwWVA/QVJ8zJtw==",
"_location": "/store",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "store@^2.0.12",
"name": "store",
"escapedName": "store",
"rawSpec": "^2.0.12",
"saveSpec": null,
"fetchSpec": "^2.0.12"
},
"_requiredBy": [
"/tcplayer.js"
],
"_resolved": "https://registry.npmmirror.com/store/-/store-2.0.12.tgz",
"_shasum": "8c534e2a0b831f72b75fc5f1119857c44ef5d593",
"_spec": "store@^2.0.12",
"_where": "/Users/liuyuan/Desktop/soulspace_app/node_modules/tcplayer.js",
"author": {
"name": "Marcus Westin",
"email": "narcvs@gmail.com"
},
"bugs": {
"url": "http://github.com/marcuswestin/store.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood",
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"budo": "^7.1.0",
"eslint": "^3.12.2",
"localStorage": "^1.0.3",
"lodash": "^3.10.1",
"ngrok": "^2.2.6",
"request": "^2.67.0",
"tinytest": "^1.1.3",
"uglify-js": "^2.7.5"
},
"directories": {
"lib": "."
},
"engines": {
"node": "*"
},
"eslintConfig": {
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"globals": {
"test": false,
"assert": false,
"print": false
},
"rules": {
"comma-dangle": [
"error",
"only-multiline"
],
"no-unused-vars": [
"error",
{
"vars": "all",
"args": "none",
"varsIgnorePattern": "^_$"
}
],
"indent": [
"error",
"tab"
],
"linebreak-style": [
"error",
"unix"
],
"semi": [
"error",
"never"
]
}
},
"homepage": "https://github.com/marcuswestin/store.js#readme",
"license": "MIT",
"main": "dist/store.legacy.js",
"name": "store",
"repository": {
"type": "git",
"url": "git://github.com/marcuswestin/store.js.git"
},
"scripts": {
"test": "make test"
},
"version": "2.0.12"
}