package.json 851 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "__npminstall_done": "Thu Dec 24 2020 20:20:38 GMT+0800 (CST)",
  36. "_from": "to-fast-properties@2.0.0",
  37. "_resolved": "https://registry.npm.taobao.org/to-fast-properties/download/to-fast-properties-2.0.0.tgz"
  38. }