Projekt

Obecné

Profil

Stáhnout (645 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "to-fast-properties",
3
  "version": "1.0.3",
4
  "description": "Force V8 to use fast properties for an object",
5
  "license": "MIT",
6
  "repository": "sindresorhus/to-fast-properties",
7
  "author": {
8
    "name": "Sindre Sorhus",
9
    "email": "sindresorhus@gmail.com",
10
    "url": "sindresorhus.com"
11
  },
12
  "engines": {
13
    "node": ">=0.10.0"
14
  },
15
  "scripts": {
16
    "test": "node --allow-natives-syntax test.js"
17
  },
18
  "files": [
19
    "index.js"
20
  ],
21
  "keywords": [
22
    "object",
23
    "obj",
24
    "properties",
25
    "props",
26
    "v8",
27
    "optimize",
28
    "fast",
29
    "convert",
30
    "mode"
31
  ],
32
  "devDependencies": {
33
    "ava": "0.0.4"
34
  }
35
}
(3-3/4)