package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "to-fast-properties@^2.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
  6. "_location": "/to-fast-properties",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "to-fast-properties@^2.0.0",
  12. "name": "to-fast-properties",
  13. "escapedName": "to-fast-properties",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/types"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  22. "_shasum": "dc5e698cbd079265bc73e0377681a4e4e83f616e",
  23. "_spec": "to-fast-properties@^2.0.0",
  24. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/types",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "[email protected]",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/to-fast-properties/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Force V8 to use fast properties for an object",
  36. "devDependencies": {
  37. "ava": "0.0.4"
  38. },
  39. "engines": {
  40. "node": ">=4"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/sindresorhus/to-fast-properties#readme",
  46. "keywords": [
  47. "object",
  48. "obj",
  49. "properties",
  50. "props",
  51. "v8",
  52. "optimize",
  53. "fast",
  54. "convert",
  55. "mode"
  56. ],
  57. "license": "MIT",
  58. "name": "to-fast-properties",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/sindresorhus/to-fast-properties.git"
  62. },
  63. "scripts": {
  64. "test": "node --allow-natives-syntax test.js"
  65. },
  66. "version": "2.0.0"
  67. }