main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
640 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "to-fast-properties",
|
---|
3 | "version": "2.0.0",
|
---|
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": ">=4"
|
---|
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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.