| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "bugs": { |
| "url": "https://github.com/sindresorhus/to-fast-properties/issues" |
| }, |
| "bundleDependencies": false, |
| "deprecated": false, |
| "description": "Force V8 to use fast properties for an object", |
| "devDependencies": { |
| "ava": "0.0.4" |
| }, |
| "engines": { |
| "node": ">=4" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "homepage": "https://github.com/sindresorhus/to-fast-properties#readme", |
| "keywords": [ |
| "object", |
| "obj", |
| "properties", |
| "props", |
| "v8", |
| "optimize", |
| "fast", |
| "convert", |
| "mode" |
| ], |
| "license": "MIT", |
| "name": "to-fast-properties", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/sindresorhus/to-fast-properties.git" |
| }, |
| "scripts": { |
| "test": "node --allow-natives-syntax test.js" |
| }, |
| "version": "2.0.0" |
| } |