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.
35 lines
640 B
35 lines
640 B
{ |
|
"name": "to-fast-properties", |
|
"version": "2.0.0", |
|
"description": "Force V8 to use fast properties for an object", |
|
"license": "MIT", |
|
"repository": "sindresorhus/to-fast-properties", |
|
"author": { |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "sindresorhus.com" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
}, |
|
"scripts": { |
|
"test": "node --allow-natives-syntax test.js" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"keywords": [ |
|
"object", |
|
"obj", |
|
"properties", |
|
"props", |
|
"v8", |
|
"optimize", |
|
"fast", |
|
"convert", |
|
"mode" |
|
], |
|
"devDependencies": { |
|
"ava": "0.0.4" |
|
} |
|
}
|
|
|