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

79 lines
2.1 KiB
JSON

{
"_from": "store2@^2.7.1",
"_id": "store2@2.14.4",
"_inBundle": false,
"_integrity": "sha512-srTItn1GOvyvOycgxjAnPA63FZNwy0PTyUBFMHRM+hVFltAeoh0LmNBz9SZqUS9mMqGk8rfyWyXn3GH5ReJ8Zw==",
"_location": "/store2",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "store2@^2.7.1",
"name": "store2",
"escapedName": "store2",
"rawSpec": "^2.7.1",
"saveSpec": null,
"fetchSpec": "^2.7.1"
},
"_requiredBy": [
"/tcplayer.js"
],
"_resolved": "https://registry.npmmirror.com/store2/-/store2-2.14.4.tgz",
"_shasum": "81b313abaddade4dcd7570c5cc0e3264a8f7a242",
"_spec": "store2@^2.7.1",
"_where": "/Users/liuyuan/Desktop/soulspace_app/node_modules/tcplayer.js",
"author": {
"name": "Nathan Bubna",
"email": "nathan@esha.com",
"url": "http://www.esha.com/"
},
"bugs": {
"url": "http://github.com/nbubna/store/issues",
"email": "nathan@esha.com"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Better localStorage",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-qunit": "^1.3.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-lib-phantomjs": "^1.1.0",
"grunt-nuget": "^0.3.1",
"load-grunt-tasks": "^3.5.2",
"phantomjs": "^2.1.7",
"time-grunt": "^1.4.0"
},
"files": [
"src",
"dist",
"index.d.ts"
],
"homepage": "https://github.com/nbubna/store#readme",
"keywords": [
"localStorage",
"sessionStorage",
"json",
"namespace",
"store"
],
"license": "MIT",
"main": "dist/store2.js",
"name": "store2",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nbubna/store.git"
},
"scripts": {
"prepublishOnly": "grunt && git commit -m \"$npm_package_version\" README.md *.json dist && git tag $npm_package_version && git push && git push --tags",
"test": "grunt qunit"
},
"types": "index.d.ts",
"version": "2.14.4"
}