package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "to-fast-properties@2.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "to-fast-properties@2.0.0",
  9. "_id": "to-fast-properties@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
  12. "_location": "/to-fast-properties",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "to-fast-properties@2.0.0",
  18. "name": "to-fast-properties",
  19. "escapedName": "to-fast-properties",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/@babel/helper-builder-react-jsx-experimental/@babel/types",
  26. "/@babel/helper-builder-react-jsx/@babel/types",
  27. "/@babel/helper-create-class-features-plugin/@babel/types",
  28. "/@babel/helper-module-transforms/@babel/types",
  29. "/@babel/helper-replace-supers/@babel/types",
  30. "/@babel/helpers/@babel/types",
  31. "/@babel/plugin-proposal-function-sent/@babel/types",
  32. "/@babel/plugin-transform-classes/@babel/types",
  33. "/@babel/plugin-transform-react-pure-annotations/@babel/types",
  34. "/documentation/@babel/types"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  37. "_spec": "2.0.0",
  38. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  39. "author": {
  40. "name": "Sindre Sorhus",
  41. "email": "sindresorhus@gmail.com",
  42. "url": "sindresorhus.com"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/sindresorhus/to-fast-properties/issues"
  46. },
  47. "description": "Force V8 to use fast properties for an object",
  48. "devDependencies": {
  49. "ava": "0.0.4"
  50. },
  51. "engines": {
  52. "node": ">=4"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/sindresorhus/to-fast-properties#readme",
  58. "keywords": [
  59. "object",
  60. "obj",
  61. "properties",
  62. "props",
  63. "v8",
  64. "optimize",
  65. "fast",
  66. "convert",
  67. "mode"
  68. ],
  69. "license": "MIT",
  70. "name": "to-fast-properties",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/to-fast-properties.git"
  74. },
  75. "scripts": {
  76. "test": "node --allow-natives-syntax test.js"
  77. },
  78. "version": "2.0.0"
  79. }