You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

71 lines
1.7 KiB

{
"_args": [
[
"localstorage-polyfill@1.0.1",
"D:\\Project\\DaPing"
]
],
"_from": "localstorage-polyfill@1.0.1",
"_id": "localstorage-polyfill@1.0.1",
"_inBundle": false,
"_integrity": "sha512-m4iHVZxFH5734oQcPKU08025gIz2+4bjWR9lulP8ZYxEJR0BpA0w32oJmkzh8y3UI9ci7xCBehQDc3oA1X+VHw==",
"_location": "/localstorage-polyfill",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "localstorage-polyfill@1.0.1",
"name": "localstorage-polyfill",
"escapedName": "localstorage-polyfill",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/@dcloudio/uni-h5"
],
"_resolved": "https://registry.npmjs.org/localstorage-polyfill/-/localstorage-polyfill-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "D:\\Project\\DaPing",
"author": {
"name": "capajj@gmail.com"
},
"ava": {
"files": [
"localStorage.spec.js"
]
},
"bugs": {
"url": "https://github.com/capaj/localstorage-polyfill/issues"
},
"description": "in memory localStorage polyfill for node.js utilizing ES6 proxies",
"devDependencies": {
"ava": "^0.16.0",
"standard": "^8.0.0"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/capaj/localstorage-polyfill#readme",
"keywords": [
"html5",
"local",
"storage",
"browser",
"testing",
"unit",
"testing"
],
"license": "MIT",
"main": "localStorage.js",
"name": "localstorage-polyfill",
"repository": {
"type": "git",
"url": "git+https://github.com/capaj/localstorage-polyfill.git"
},
"scripts": {
"dev": "ava -w",
"test": "ava"
},
"version": "1.0.1"
}