jialh
2025-01-07 bb59b053247ef82969b64979260e2478bd732e1f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "name": "localstorage-polyfill",
  "version": "1.0.1",
  "description": "in memory localStorage polyfill for node.js utilizing ES6 proxies",
  "main": "localStorage.js",
  "scripts": {
    "test": "ava",
    "dev": "ava -w"
  },
  "engines": {
    "node": ">=6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/capaj/localstorage-polyfill.git"
  },
  "keywords": [
    "html5",
    "local",
    "storage",
    "browser",
    "testing",
    "unit",
    "testing"
  ],
  "author": "capajj@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/capaj/localstorage-polyfill/issues"
  },
  "homepage": "https://github.com/capaj/localstorage-polyfill#readme",
  "devDependencies": {
    "ava": "^0.16.0",
    "standard": "^8.0.0"
  },
  "ava": {
    "files": [
      "localStorage.spec.js"
    ]
  },
  "__npminstall_done": true,
  "_from": "localstorage-polyfill@1.0.1",
  "_resolved": "https://registry.npmmirror.com/localstorage-polyfill/-/localstorage-polyfill-1.0.1.tgz"
}